We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f4bf0 commit b4c3d89Copy full SHA for b4c3d89
.github/workflows/build-test-publish.yml
@@ -2,8 +2,7 @@ name: Build, Test, Publish Image & Manifest
2
3
on:
4
push:
5
- # branch 'github-actions' is added for fast feedback; will delete after migration work is done
6
- branches: [ "main", "github-actions" ]
+ branches: [ "main"]
7
paths-ignore:
8
- 'docs/**'
9
- '*.md'
0 commit comments