Skip to content

Commit

Permalink
Disable docker upload workflow on master branch to reduce redundant t…
Browse files Browse the repository at this point in the history
…esting
  • Loading branch information
hmakelin committed May 13, 2024
1 parent bc006d9 commit 93239a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_gisnav_images.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Push latest GISNav multi-arch Docker images to GHCR

on:
push:
branches: [ "master" ]
#push:
# branches: [ "master" ]
pull_request:
branches: [ "master" ]

Expand Down

0 comments on commit 93239a4

Please sign in to comment.