Skip to content

Commit

Permalink
add workflow dispatch triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed May 20, 2024
1 parent e160e1c commit 342707c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: codestyle
# Checkout Duster's documentation for a workaround

on:
workflow_dispatch:
pull_request:
branches: [development, dev, acceptance, staging, main, master]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: tests

on:
workflow_dispatch:
pull_request:
branches: [development, dev, acceptance, staging, main, master]

Expand Down

0 comments on commit 342707c

Please sign in to comment.