Skip to content

Commit

Permalink
Update docker_tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSkunk authored May 29, 2021
1 parent 84675b3 commit 6881712
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ name: Build Docker image after Tag

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Triggers the workflow on t
release:
types: [prereleased, published]

# Allows you to run this workflow manually from the Actions tab
# workflow_dispatch:
Expand Down

0 comments on commit 6881712

Please sign in to comment.