mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00
Run CI workflow on PR to main
This commit is contained in:
parent
26cbe2b67c
commit
804bfb54ed
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -5,6 +5,8 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *' #Makes sense, we are testing against master
|
- cron: '0 0 * * *' #Makes sense, we are testing against master
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user