Skip to content

Commit b4c3d89

Browse files
committed
Remove PR branch from github action
1 parent a3f4bf0 commit b4c3d89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/build-test-publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Build, Test, Publish Image & Manifest
22

33
on:
44
push:
5-
# branch 'github-actions' is added for fast feedback; will delete after migration work is done
6-
branches: [ "main", "github-actions" ]
5+
branches: [ "main"]
76
paths-ignore:
87
- 'docs/**'
98
- '*.md'

0 commit comments

Comments
 (0)