Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Aug 8, 2024
1 parent 4ab885e commit 98c5c24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ on:
push:
branches:
- 'main'
- 'wip/**'
- 'wip/*'
tags:
- '2.*'
pull_request:
branches:
- 'main'
- 'wip/**'
- 'wip/*'
# We run the build every hour to check for changes in the snapshots
schedule:
# * is a special character in YAML, so you have to quote this string
# Run every hour at minute 25
- cron: '25 * * * *'
- cron: '5 * * * *'
# Allow running this workflow against a specific branch/tag
workflow_dispatch:

Expand Down

0 comments on commit 98c5c24

Please sign in to comment.