Skip to content

Commit 459c2dd

Browse files
committed
remove branch limitation for CI tool; any push or PR runs applicable tests
1 parent 1db5d56 commit 459c2dd

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

‎.github/workflows/ci-java.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ on:
99
- cron: '15 9,21 * * *'
1010

1111
push:
12-
branches:
13-
- trunk
12+
1413
pull_request:
15-
branches:
16-
- trunk
1714

1815
env:
1916
NODE_VERSION: '16.x'

‎.github/workflows/ci-javascript.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ on:
99
- cron: '45 9,21 * * *'
1010

1111
push:
12-
branches:
13-
- trunk
12+
1413
pull_request:
15-
branches:
16-
- trunk
1714

1815
jobs:
1916
check_workflow:

‎.github/workflows/ci-python.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ on:
99
- cron: '05 9,21 * * *'
1010

1111
push:
12-
branches:
13-
- trunk
12+
1413
pull_request:
15-
branches:
16-
- trunk
1714

1815
jobs:
1916
check_workflow:

‎.github/workflows/ci-ruby.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ on:
99
- cron: '35 9,21 * * *'
1010

1111
push:
12-
branches:
13-
- trunk
12+
1413
pull_request:
15-
branches:
16-
- trunk
1714

1815
jobs:
1916
check_workflow:

0 commit comments

Comments
 (0)