Skip to content

Commit 2214ba9

Browse files
committed
Run the CI on push on the master branch
1 parent f0c0370 commit 2214ba9

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: CI
22

33
on:
4-
- pull_request
4+
push:
5+
branches:
6+
- master
7+
pull_request:
58

69
permissions:
710
contents: read

.github/workflows/failures.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
name: Failures
33

44
on:
5-
- pull_request
5+
push:
6+
branches:
7+
- master
8+
pull_request:
69

710
permissions:
811
contents: read

.github/workflows/gcc12.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: CI libgccjit 12
22

33
on:
4-
- pull_request
4+
push:
5+
branches:
6+
- master
7+
pull_request:
58

69
permissions:
710
contents: read

.github/workflows/m68k.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
name: m68k CI
44

55
on:
6-
- pull_request
6+
push:
7+
branches:
8+
- master
9+
pull_request:
710

811
permissions:
912
contents: read

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: CI with sysroot compiled in release mode
22

33
on:
4-
- pull_request
4+
push:
5+
branches:
6+
- master
7+
pull_request:
58

69
permissions:
710
contents: read

.github/workflows/stdarch.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: stdarch tests with sysroot compiled in release mode
22

33
on:
4-
- pull_request
4+
push:
5+
branches:
6+
- master
7+
pull_request:
58

69
permissions:
710
contents: read

0 commit comments

Comments
 (0)