Skip to content

Commit

Permalink
Allow triggering the release workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Feb 5, 2022
1 parent 87fd60d commit e0cba43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "v*.*.*"
workflow_dispatch:

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
pull_request:
branches: [ master ]

workflow_dispatch:

jobs:

test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit e0cba43

Please sign in to comment.