mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
run ci on every branch
This commit is contained in:
parent
6d8b9c3fb6
commit
7bfa374ddf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
schedule:
|
||||
- cron: '0 2 * * *' # run at 2 AM UTC
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ '*' ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue