Skip to content

Commit

Permalink
Buiild ORM snapshots only on wip branches
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Jun 11, 2024
1 parent e8b6889 commit 609c3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tracking-orm-6.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
# but only for the main branch
push:
branches:
- main
- wip/2.3
pull_request:
branches:
- main
- wip/2.3
schedule:
# * is a special character in YAML, so you have to quote this string
# Run every hour at minute 25
Expand Down

0 comments on commit 609c3eb

Please sign in to comment.