Skip to content

Commit

Permalink
add workflow_dispatch:
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen committed Jul 2, 2024
1 parent bc23dcc commit cf6e365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.dev.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Build and Push Docker image

on:
workflow_dispatch:
push:
branches:
- dev
pull_request:
branches:
- dev
workflow_dispatch:

jobs:
build-and-push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Push Docker image

on:
workflow_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit cf6e365

Please sign in to comment.