Skip to content

Commit a64215f

Browse files
Merge pull request cri-o#7346 from saschagrunert/nixpkgs-ci
Run GitHub actions in `update-nixpkgs-*` branches
2 parents 2a2228f + bb4ab81 commit a64215f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
- release-*
9+
- update-nixpkgs-*
910
pull_request:
1011
env:
1112
GO_VERSION: '1.21'

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
- release-*
9+
- update-nixpkgs-*
910
pull_request:
1011
env:
1112
GO_VERSION: '1.21'

.github/workflows/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
- release-*
9+
- update-nixpkgs-*
910
pull_request:
1011
env:
1112
GO_VERSION: '1.21'

0 commit comments

Comments
 (0)