Skip to content

Commit

Permalink
chore: add workflow_dispatch to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd committed Jan 18, 2024
1 parent 3437b9c commit cf9d6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release (semantic-release)

on:
workflow_dispatch:
push:
branches: ["master"]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Test
on:
workflow_dispatch:
pull_request:
branches: ["master", "development"]
push:
Expand Down

0 comments on commit cf9d6ad

Please sign in to comment.