Skip to content

Commit b320e3e

Browse files
committed
allow running github workflows on branches manually
1 parent 34a52d4 commit b320e3e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

‎.github/workflows/java.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- trunk
10+
workflow_dispatch:
1011

1112
env:
1213
NODE_VERSION: '13.x'

‎.github/workflows/javascript.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- common/**
2424
- package.json
2525
- package-lock.json
26+
workflow_dispatch:
2627
jobs:
2728
node_tests:
2829
runs-on: ubuntu-latest

‎.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
- javascript/cdp-support/**
2626
- javascript/webdriver/**
2727
- py/**
28+
workflow_dispatch:
2829

2930
jobs:
3031
tox_flake8:

‎.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- trunk
10+
workflow_dispatch:
1011

1112
jobs:
1213
build:

0 commit comments

Comments
 (0)