Skip to content

Commit e00e6ce

Browse files
committed
CI scripts were not running on all branches.
1 parent 881f3d9 commit e00e6ce

21 files changed

Lines changed: 0 additions & 42 deletions

.github/workflows/aarch64-apple-darwin.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: aarch64-apple-darwin
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
7-
branches: [main]
86

97
jobs:
108
build-and-test:

.github/workflows/aarch64-apple-ios.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: aarch64-apple-ios
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
7-
branches: [main]
86

97
jobs:
108
build-and-test:

.github/workflows/aarch64-pc-linux-gnu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: aarch64-pc-linux-gnu
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
7-
branches: [main]
86

97
jobs:
108
build-and-test:

.github/workflows/aarch64-pc-windows-gnu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: aarch64-pc-windows-gnu
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
7-
branches: [main]
86

97
jobs:
108
build-and-test:

.github/workflows/aarch64-pc-windows-msvc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: aarch64-pc-windows-msvc
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
7-
branches: [main]
86

97
jobs:
108
build-and-test:

.github/workflows/aarch64-unknown-linux-gnu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: aarch64-unknown-linux-gnu
22
on:
33
push:
4-
branches: [main]
54
pull_request:
6-
branches: [main]
75

86
jobs:
97
build-and-test:

.github/workflows/arm-unknown-linux-gnueabihf.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: arm-unknown-linux-gnueabihf
22
on:
33
push:
4-
branches: [main]
54
pull_request:
6-
branches: [main]
75

86
jobs:
97
build-and-test:

.github/workflows/i386-unknown-linux-gnu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: i386-unknown-linux-gnu
22
on:
33
push:
4-
branches: [main]
54
pull_request:
6-
branches: [main]
75

86
jobs:
97
build-and-test:

.github/workflows/mips64el-unknown-linux-gnuabi64.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: mips64el-unknown-linux-gnuabi64
22
on:
33
push:
4-
branches: [main]
54
pull_request:
6-
branches: [main]
75

86
jobs:
97
build-and-test:

.github/workflows/mipsel-unknown-linux-gnu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: mipsel-unknown-linux-gnu
22
on:
33
push:
4-
branches: [main]
54
pull_request:
6-
branches: [main]
75

86
jobs:
97
build-and-test:

0 commit comments

Comments
 (0)