Skip to content

Commit

Permalink
Removed unnecessary action. Now tests are run for every push, while D…
Browse files Browse the repository at this point in the history
…ockerhub release is initiated any time something is commited to main (so either direct commit or merge from pull request, but only during the merge commit)
  • Loading branch information
zostaw committed Dec 2, 2023
1 parent eb38f84 commit 9a0ac88
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Dockerhub Release

# Executed on direct push, or after Pull Request was completed.
# Executed on direct push, or after Pull Request was completed during merge commit to main.
# It will push the image to Dockerhub.

on:
push:
branches:
- main
pull_request:
types:
- closed

jobs:
tests:
Expand Down

0 comments on commit 9a0ac88

Please sign in to comment.