Skip to content

Commit

Permalink
Merge pull request #50 from punch-mission/update-ci-triggers
Browse files Browse the repository at this point in the history
Update ci.yaml
  • Loading branch information
jmbhughes authored Mar 14, 2024
2 parents 508e549 + c60c17c commit ba602d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 8 * * *'
- cron: '0 0 * * MON'

jobs:
build:
Expand Down

0 comments on commit ba602d9

Please sign in to comment.