Skip to content

Commit 4aacd68

Browse files
committed
Wrong syntax for triggers. CMake could not handle a "-" in a version string.
1 parent e00e6ce commit 4aacd68

24 files changed

Lines changed: 29 additions & 70 deletions

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: aarch64-apple-darwin
22

3-
on:
4-
push:
5-
pull_request:
3+
on: [push, pull_request]
64

75
jobs:
86
build-and-test:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: aarch64-apple-ios
22

3-
on:
4-
push:
5-
pull_request:
3+
on: [push, pull_request]
64

75
jobs:
86
build-and-test:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: aarch64-pc-linux-gnu
22

3-
on:
4-
push:
5-
pull_request:
3+
on: [push, pull_request]
64

75
jobs:
86
build-and-test:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: aarch64-pc-windows-gnu
22

3-
on:
4-
push:
5-
pull_request:
3+
on: [push, pull_request]
64

75
jobs:
86
build-and-test:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: aarch64-pc-windows-msvc
22

3-
on:
4-
push:
5-
pull_request:
3+
on: [push, pull_request]
64

75
jobs:
86
build-and-test:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: aarch64-unknown-linux-gnu
2-
on:
3-
push:
4-
pull_request:
2+
on: [push, pull_request]
53

64
jobs:
75
build-and-test:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: arm-unknown-linux-gnueabihf
2-
on:
3-
push:
4-
pull_request:
2+
on: [push, pull_request]
53

64
jobs:
75
build-and-test:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: i386-unknown-linux-gnu
2-
on:
3-
push:
4-
pull_request:
2+
on: [push, pull_request]
53

64
jobs:
75
build-and-test:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: mips64el-unknown-linux-gnuabi64
2-
on:
3-
push:
4-
pull_request:
2+
on: [push, pull_request]
53

64
jobs:
75
build-and-test:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: mipsel-unknown-linux-gnu
2-
on:
3-
push:
4-
pull_request:
2+
on: [push, pull_request]
53

64
jobs:
75
build-and-test:

0 commit comments

Comments
 (0)