Skip to content

Commit

Permalink
github: Remove push trigger filter
Browse files Browse the repository at this point in the history
Since the filter allows all branches, it can be removed.
  • Loading branch information
ernestask committed May 2, 2022
1 parent 5af0417 commit f3b3c7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
schedule:
- cron: "0 0 * * 6"
push:
branches: ["*"]
pull_request:
branches: [main]
workflow_dispatch:
Expand Down

0 comments on commit f3b3c7d

Please sign in to comment.