Skip to content

Commit

Permalink
Fix branches trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed May 19, 2024
1 parent 8128467 commit 9015b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Auto trigger on push or pull requests
on:
pull_request: {}
push:
branches: {}
branches:

Check failure on line 7 in .github/workflows/trigger.yaml

View workflow job for this annotation

GitHub Actions / php81_mysql80 / actionlint

string should not be empty

jobs:
php81_mysql80:
Expand Down

0 comments on commit 9015b50

Please sign in to comment.