Skip to content

Commit

Permalink
default tag to dev for pr merge trigger, but allow user to specify ta…
Browse files Browse the repository at this point in the history
…g on manual run

Signed-off-by: 2byrds <2byrds@gmail.com>
  • Loading branch information
2byrds committed Aug 23, 2024
1 parent 3253937 commit 7264688
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
name: Publish Docker image

on:
# push:
# branches:
# - "main"
# pull_request:
# branches:
# - "main"
push:
branches:
- "main"
pull_request:
types: [closed]
workflow_dispatch:
inputs:
version:
Expand Down

0 comments on commit 7264688

Please sign in to comment.