Run the CI on push on the master branch
This commit is contained in:
parent
f0c0370e08
commit
2214ba9f1a
6 changed files with 24 additions and 6 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -1,7 +1,10 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
5
.github/workflows/failures.yml
vendored
5
.github/workflows/failures.yml
vendored
|
@ -2,7 +2,10 @@
|
|||
name: Failures
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
5
.github/workflows/gcc12.yml
vendored
5
.github/workflows/gcc12.yml
vendored
|
@ -1,7 +1,10 @@
|
|||
name: CI libgccjit 12
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
5
.github/workflows/m68k.yml
vendored
5
.github/workflows/m68k.yml
vendored
|
@ -3,7 +3,10 @@
|
|||
name: m68k CI
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -1,7 +1,10 @@
|
|||
name: CI with sysroot compiled in release mode
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
5
.github/workflows/stdarch.yml
vendored
5
.github/workflows/stdarch.yml
vendored
|
@ -1,7 +1,10 @@
|
|||
name: stdarch tests with sysroot compiled in release mode
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue