Skip to content

Commit b129bb3

Browse files
authored
git actions, ipam: Run on all branches (#1867)
This way we won't need to change the manifests when branching. Signed-off-by: Or Shoval <[email protected]>
1 parent bc07807 commit b129bb3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/kubevirt-ipam-controller.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: Kubevirt IPAM controller Tests
2-
on:
3-
push:
4-
branches: [ "main" ]
5-
pull_request:
6-
branches: [ "main" ]
7-
2+
on: [push, pull_request]
83
jobs:
94
e2e:
105
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)