Skip to content

Commit

Permalink
Attempt to make Release workflow manually triggable
Browse files Browse the repository at this point in the history
  • Loading branch information
bissim committed Jan 22, 2021
1 parent 6657a2d commit 3e27ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'master'
paths:
- 'VERSION' # create a release when 'VERSION' file gets changed
workflow_dispatch:

jobs:
release:
Expand Down

0 comments on commit 3e27ace

Please sign in to comment.