Skip to content

Commit

Permalink
GitHub Actions: add 'on / workflow_dispatch' to allow manually trigge…
Browse files Browse the repository at this point in the history
…ring actions
  • Loading branch information
inexorabletash committed Oct 6, 2021
1 parent 77faba5 commit e067b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request: {}
push:
branches: [main]
workflow_dispatch:
jobs:
main:
name: Build, Validate, Deploy
Expand Down

0 comments on commit e067b06

Please sign in to comment.