Skip to content

Commit

Permalink
Fix main branch actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jun 25, 2024
1 parent add0c06 commit eea3887
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Coding style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- uses: shivammathur/setup-php@v2
with:
php-version: '7.2'
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
php-version: '8.1'

steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
name: Insight SDK (release)

jobs:
Expand All @@ -15,7 +15,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit eea3887

Please sign in to comment.