mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 08:23:35 +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:
|
||||
# Run on pushes and also once per day (in case deps change under us)
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
# Note: '*' is a special character in YAML so we have to quote the str.
|
||||
- cron: '0 12 * * *'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user