Skip to content

Commit 85823b2

Browse files
committed
quickfix for branches
1 parent f5fcbbe commit 85823b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/minikube-k8s-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ name: Test minikube script (k8s)
55
# Controls when the workflow will run
66
on:
77
pull_request:
8-
branches: [ master ]
8+
branches: [ main ]
9+
push:
10+
branches: [ main ]
911
workflow_dispatch:
1012

1113
permissions:

0 commit comments

Comments
 (0)