mirror of
https://gitea.invidious.io/iv-org/shard-athena-negotiation.git
synced 2024-08-15 00:53:23 +00:00
Restore PR branches whitelist
This commit is contained in:
parent
a261a30b83
commit
51fc681712
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -1,7 +1,9 @@
|
|||
name: Athena
|
||||
|
||||
on:
|
||||
pull_request: # TODO: Set this back to only master
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
schedule:
|
||||
- cron: '37 0 * * *' # Nightly at 00:37
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue