Skip to content

Commit

Permalink
chore: Update CI triggers to not duplicate CI runs (#677)
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <[email protected]>
  • Loading branch information
gatici authored Dec 13, 2024
1 parent c8acd55 commit b52ab77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: Main branch CI

on:
pull_request:
types: [edited, opened, reopened, synchronize]
branches:
- main

- v**
push:
branches:
- main
- v**
schedule:
- cron: "0 0 * * 0"

Expand Down

0 comments on commit b52ab77

Please sign in to comment.