Skip to content

Commit

Permalink
add workflow_dispatch to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed Dec 30, 2024
1 parent e037d7e commit 10e381e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workfow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions lib/inferno/apps/cli/templates/.github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 10e381e

Please sign in to comment.