Skip to content

Commit

Permalink
revert pr trigger for github image action
Browse files Browse the repository at this point in the history
Signed-off-by: 2byrds <2byrds@gmail.com>
  • Loading branch information
2byrds committed Aug 23, 2024
1 parent 7264688 commit 567c9dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
branches:
- "main"
pull_request:
types: [closed]
branches:
- "main"
workflow_dispatch:
inputs:
version:
required: true
required: false
default: 'dev'
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand Down

0 comments on commit 567c9dd

Please sign in to comment.