Skip to content

Commit

Permalink
Update target branch in CI workflow (#38)
Browse files Browse the repository at this point in the history
Change has been made in GitHub Actions CI workflow file to have the push and pull requests on 'master' branch instead of 'main'. This will make sure that the automated tests are run only on changes to the 'master' branch.
  • Loading branch information
Dropelikeit authored May 20, 2024
1 parent 2c682c5 commit 533381c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- master

jobs:
php81:
Expand Down

0 comments on commit 533381c

Please sign in to comment.