Skip to content

Commit 93239a4

Browse files
committed
Disable docker upload workflow on master branch to reduce redundant testing
1 parent bc006d9 commit 93239a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_gisnav_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Push latest GISNav multi-arch Docker images to GHCR
22

33
on:
4-
push:
5-
branches: [ "master" ]
4+
#push:
5+
# branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
88

0 commit comments

Comments
 (0)