Skip to content

Commit

Permalink
chore(ci): build on pushing to main (#1326)
Browse files Browse the repository at this point in the history
Co-authored-by: m2 <69128853+m2Giles@users.noreply.github.com>
  • Loading branch information
castrojo and m2Giles committed May 19, 2024
1 parent 065b90b commit 0e0773f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-39-bluefin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
paths-ignore:
- '**.md'
- 'system_files/kinoite/**'
push:
branches:
- main
paths-ignore:
- '**.md'
- 'system_files/kinoite/**'
schedule:
- cron: '41 16 * * *' # 16:41 UTC everyday
workflow_dispatch:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build-40-aurora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
paths-ignore:
- '**.md'
- 'system_files/silverblue/**'
push:
branches:
- main
paths-ignore:
- '**.md'
- 'system_files/silverblue/**'
schedule:
- cron: '40 16 * * *' # 16:40 UTC everyday
workflow_dispatch:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build-40-bluefin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
paths-ignore:
- '**.md'
- 'system_files/kinoite/**'
push:
branches:
- main
paths-ignore:
- '**.md'
- 'system_files/kinoite/**'
schedule:
- cron: '40 16 * * *' # 16:40 UTC everyday
workflow_dispatch:
Expand Down

0 comments on commit 0e0773f

Please sign in to comment.