Skip to content

Commit

Permalink
chore: Update CI triggers to not duplicate CI runs (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <gulsum.atici@canonical.com>
  • Loading branch information
gatici authored Dec 13, 2024
1 parent b4e70f0 commit d35e253
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ name: Main

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 d35e253

Please sign in to comment.