Skip to content

Commit c02a584

Browse files
author
Ubuntu
committed
Build iron jobs on PR's against master branch
1 parent 278822c commit c02a584

6 files changed

+6
-0
lines changed

.github/workflows/iron-abi-compatibility.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
branches:
88
- iron
9+
- master
910

1011
jobs:
1112
abi_check:

.github/workflows/iron-binary-build-main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
branches:
1111
- iron
12+
- master
1213
push:
1314
branches:
1415
- iron

.github/workflows/iron-binary-build-testing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
branches:
1111
- iron
12+
- master
1213
push:
1314
branches:
1415
- iron

.github/workflows/iron-semi-binary-build-main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
branches:
1010
- iron
11+
- master
1112
push:
1213
branches:
1314
- iron

.github/workflows/iron-semi-binary-build-testing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
branches:
1010
- iron
11+
- master
1112
push:
1213
branches:
1314
- iron

.github/workflows/iron-source-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- iron
9+
- master
910
schedule:
1011
# Run every day to detect flakiness and broken dependencies
1112
- cron: '03 3 * * *'

0 commit comments

Comments
 (0)