Skip to content

Commit

Permalink
Do not trigger docker action at all on push to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Apr 9, 2024
1 parent 70926d7 commit 46b005a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_deployment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build and deploy Docker image

on:
push:
branches:
- 'main'
# push:
# branches:
# - 'main'
release:
types: [created]
pull_request:
Expand Down

0 comments on commit 46b005a

Please sign in to comment.