Skip to content

Commit fadded5

Browse files
committed
[CI] Adds manual trigger for GH Actions
1 parent 939bf5d commit fadded5

File tree

6 files changed

+16
-1
lines changed

6 files changed

+16
-1
lines changed

.github/workflows/2.4.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- master
9+
workflow_dispatch:
10+
branches:
11+
- '*'
912
jobs:
1013
tests:
1114
env:

.github/workflows/2.5.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- master
9+
workflow_dispatch:
10+
branches:
11+
- '*'
912
jobs:
1013
tests:
1114
env:

.github/workflows/2.6.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- master
9+
workflow_dispatch:
10+
branches:
11+
- '*'
912
jobs:
1013
tests:
1114
env:

.github/workflows/2.7.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- master
9+
workflow_dispatch:
10+
branches:
11+
- '*'
912
jobs:
1013
tests:
1114
env:

.github/workflows/jruby.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- master
9+
workflow_dispatch:
10+
branches:
11+
- '*'
912
jobs:
1013
tests:
1114
env:

.github/workflows/license.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: License headers
2-
on: [pull_request]
2+
on: [pull_request, workflow_dispatch]
33
jobs:
44
build:
55
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)