We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68adee8 commit 86d6c9eCopy full SHA for 86d6c9e
.github/workflows/containers.yaml
@@ -1,6 +1,10 @@
1
name: Container images
2
3
-on: [push, workflow_dispatch]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ workflow_dispatch:
8
9
jobs:
10
build-containers-with-zsh:
0 commit comments