Skip to content

Commit

Permalink
ci: do not run build on push to all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mentos1386 committed Jun 3, 2024
1 parent 1d4f7c0 commit e936bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: "0 10 * * *"
push:
branches:
- "**"
- "main"
tags:
- "v*.*.*"
pull_request:
Expand Down

0 comments on commit e936bce

Please sign in to comment.