summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-04 13:06:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-04 13:06:15 (GMT)
commit3f2bb8a02927f794f32b98f7be6f643d0c57b6bb (patch)
treef46a4464fb7c38c6dcee9773e076334f97446737 /.github
parente2f55284cf4bfdca0a8c1b971e9ca8895ce415e9 (diff)
parente51f7da2ee3eeb2de5ed29bffef7c4fd20bc2791 (diff)
downloadtcl-3f2bb8a02927f794f32b98f7be6f643d0c57b6bb.zip
tcl-3f2bb8a02927f794f32b98f7be6f643d0c57b6bb.tar.gz
tcl-3f2bb8a02927f794f32b98f7be6f643d0c57b6bb.tar.bz2
Merge 8.7
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml2
-rw-r--r--.github/workflows/mac-build.yml2
-rw-r--r--.github/workflows/onefiledist.yml2
-rw-r--r--.github/workflows/win-build.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index f8c30da..52cec15 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -1,5 +1,5 @@
name: Linux
-on:
+on:
push:
branches:
- "main"
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index b5a586e..c576390 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -1,5 +1,5 @@
name: macOS
-on:
+on:
push:
branches:
- "main"
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index c6277af..f1cee16 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -1,5 +1,5 @@
name: Build Binaries
-on:
+on:
push:
branches:
- "main"
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 9773c2a..a7ce43b 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -1,5 +1,5 @@
name: Windows
-on:
+on:
push:
branches:
- "main"