mirror of https://github.com/odrling/Aegisub
ci: Run on every push
There's no monthly time limit anymore, so there's no harm in just building on feature.
This commit is contained in:
parent
bd4e79fdf9
commit
0485c1aaf0
|
@ -2,9 +2,13 @@ name: Meson CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- master
|
||||
- feature
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- master
|
||||
- feature
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue