forked from lix-project/nix-eval-jobs
also trigger ci on release branches
This commit is contained in:
parent
ad9c0e0b70
commit
724c8df419
1
.github/workflows/flake-check.yml
vendored
1
.github/workflows/flake-check.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- release-*
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
flake-checks:
|
flake-checks:
|
||||||
|
|
1
.github/workflows/test-develop-flakes.yml
vendored
1
.github/workflows/test-develop-flakes.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- release-*
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue