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:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
jobs:
|
||||
|
||||
flake-checks:
|
||||
|
|
1
.github/workflows/test-develop-flakes.yml
vendored
1
.github/workflows/test-develop-flakes.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
jobs:
|
||||
tests:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue