1
0
Fork 0

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:
arch1t3cht 2022-11-10 15:05:00 +01:00
parent bd4e79fdf9
commit 0485c1aaf0
1 changed files with 6 additions and 2 deletions

View File

@ -2,9 +2,13 @@ name: Meson CI
on:
push:
branches: [ master ]
branches:
- master
- feature
pull_request:
branches: [ master ]
branches:
- master
- feature
jobs:
build: