mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-04 22:43:17 +08:00
changed ci to run on pull-requests
This commit is contained in:
parent
a6fbec32e6
commit
44db9b2387
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -3,6 +3,7 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
# Run on pushes and also once per day (in case deps change under us)
|
# Run on pushes and also once per day (in case deps change under us)
|
||||||
push:
|
push:
|
||||||
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
# Note: '*' is a special character in YAML so we have to quote the str.
|
# Note: '*' is a special character in YAML so we have to quote the str.
|
||||||
- cron: '0 12 * * *'
|
- cron: '0 12 * * *'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user