Skip to content

Commit

Permalink
build: set workflow_dispatch for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jgazeau committed Aug 22, 2022
1 parent 7c947a9 commit 7efb199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Tests
on:
workflow_dispatch:
push:
branches:
- '**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Tags
on:
workflow_dispatch:
release:
types: [created]
jobs:
Expand Down

0 comments on commit 7efb199

Please sign in to comment.