btrfs-progs: ci: run more workflows after pushing master branch
Run release tests after pushing master branch to verify that everything is ok, also trigger the static build so there are binaries built with the new version tag. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
d1d8fb4b59
commit
3139c26079
|
@ -8,6 +8,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- release-test
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -8,6 +8,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- release-test
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue