Skip to content

Commit

Permalink
Trigger workflow only on branch pushes
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 aa3f0a3 commit 8128467
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Auto trigger on push or pull requests

on:
pull_request: {}
push: {}
push:
branches: {}

jobs:
php81_mysql80:
Expand Down

0 comments on commit 8128467

Please sign in to comment.