Skip to content

Commit

Permalink
Merge pull request #33 from ronivay/chore/workflow-dispatch-actions
Browse files Browse the repository at this point in the history
chore: allow manually triggering actions
  • Loading branch information
ronivay authored Feb 24, 2024
2 parents c7f3616 + da84485 commit 1371624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- '.github/workflows/description.yml'
branches:
- 'master'
workflow_dispatch:

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- '.github/workflows/description.yml'
branches:
- 'master'
workflow_dispatch:

jobs:
dockerhubdescription:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1371624

Please sign in to comment.