about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml1
-rw-r--r--.github/workflows/gcc12.yml1
-rw-r--r--.github/workflows/m68k.yml1
-rw-r--r--.github/workflows/release.yml1
-rw-r--r--.github/workflows/stdarch.yml1
5 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 688a9f7d7bf..bf974f65c1e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,7 +1,6 @@
 name: CI
 
 on:
-  - push
   - pull_request
 
 permissions:
diff --git a/.github/workflows/gcc12.yml b/.github/workflows/gcc12.yml
index 33d5d1a52df..d6b7e5a2a13 100644
--- a/.github/workflows/gcc12.yml
+++ b/.github/workflows/gcc12.yml
@@ -1,7 +1,6 @@
 name: CI libgccjit 12
 
 on:
-  - push
   - pull_request
 
 permissions:
diff --git a/.github/workflows/m68k.yml b/.github/workflows/m68k.yml
index a7090338a7f..90fa5acc3fb 100644
--- a/.github/workflows/m68k.yml
+++ b/.github/workflows/m68k.yml
@@ -3,7 +3,6 @@
 name: m68k CI
 
 on:
-  - push
   - pull_request
 
 permissions:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7284b7f7398..2f6e3b47531 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,7 +1,6 @@
 name: CI with sysroot compiled in release mode
 
 on:
-  - push
   - pull_request
 
 permissions:
diff --git a/.github/workflows/stdarch.yml b/.github/workflows/stdarch.yml
index 9438e557ecd..350e099d887 100644
--- a/.github/workflows/stdarch.yml
+++ b/.github/workflows/stdarch.yml
@@ -1,7 +1,6 @@
 name: stdarch tests with sysroot compiled in release mode
 
 on:
-  - push
   - pull_request
 
 permissions: