Skip to content

Commit 42d7193

Browse files
ci: run workflows for PRs to any branch (#578)
1 parent 2ba25e0 commit 42d7193

8 files changed

Lines changed: 0 additions & 40 deletions

.github/workflows/__call-codeql.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ permissions:
77

88
on:
99
pull_request:
10-
branches:
11-
- master
12-
types:
13-
- opened
14-
- synchronize
15-
- reopened
1610
workflow_call:
1711

1812
jobs:

.github/workflows/__call-common-lint.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ permissions:
88

99
on:
1010
pull_request:
11-
branches:
12-
- master
13-
types:
14-
- opened
15-
- synchronize
16-
- reopened
1711
workflow_call:
1812

1913
jobs:

.github/workflows/__call-docker.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ permissions:
1919

2020
on:
2121
pull_request:
22-
branches:
23-
- master
24-
types:
25-
- opened
26-
- synchronize
27-
- reopened
2822
workflow_call:
2923
inputs:
3024
maximize_build_space:

.github/workflows/__call-github-env.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ permissions:
88

99
on:
1010
pull_request:
11-
branches:
12-
- master
13-
types:
14-
- opened
15-
- synchronize
16-
- reopened
1711
workflow_call:
1812

1913
jobs:

.github/workflows/__renovate-config-validator.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ permissions:
1111

1212
on:
1313
pull_request:
14-
branches:
15-
- master
16-
types:
17-
- opened
18-
- synchronize
19-
- reopened
2014

2115
concurrency:
2216
group: "${{ github.workflow }}-${{ github.ref }}"

.github/workflows/_ci-node.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ on:
1616
branches:
1717
- master
1818
pull_request:
19-
branches:
20-
- master
2119

2220
concurrency:
2321
group: "${{ github.workflow }}-${{ github.ref }}"

.github/workflows/_codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ on:
1414
branches:
1515
- master
1616
pull_request:
17-
branches:
18-
- master
1917
schedule:
2018
- cron: '00 12 * * 0' # every Sunday at 12:00 UTC
2119

.github/workflows/_common-lint.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ permissions:
99

1010
on:
1111
pull_request:
12-
branches:
13-
- master
14-
types:
15-
- opened
16-
- synchronize
17-
- reopened
1812

1913
concurrency:
2014
group: "${{ github.workflow }}-${{ github.ref }}"

0 commit comments

Comments
 (0)