Skip to content

Commit

Permalink
temp flag to allow release to run during PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonee committed Nov 14, 2023
1 parent a37b3ff commit edc3ccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Docker Release CI
on:
release:
types: [published]
pull_request:
branches: [ "main" ]

jobs:

Expand Down Expand Up @@ -52,4 +54,3 @@ jobs:
docker tag nylonee/watchlistarr:${DOCKER_TAG} nylonee/watchlistarr:latest
docker push nylonee/watchlistarr:${DOCKER_TAG}
docker push nylonee/watchlistarr:latest
steps:

0 comments on commit edc3ccf

Please sign in to comment.