summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-04 12:58:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-04 12:58:41 (GMT)
commite51f7da2ee3eeb2de5ed29bffef7c4fd20bc2791 (patch)
treeac6e79517abe25e1591c93826b49d358929e68fc /.github
parentaf320fb41e62980c0c988a377c138ac14757ad81 (diff)
downloadtcl-e51f7da2ee3eeb2de5ed29bffef7c4fd20bc2791.zip
tcl-e51f7da2ee3eeb2de5ed29bffef7c4fd20bc2791.tar.gz
tcl-e51f7da2ee3eeb2de5ed29bffef7c4fd20bc2791.tar.bz2
Backport: Do not build every branch. Too expensive.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml9
-rw-r--r--.github/workflows/mac-build.yml9
-rw-r--r--.github/workflows/onefiledist.yml9
-rw-r--r--.github/workflows/win-build.yml9
4 files changed, 32 insertions, 4 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 7ba9e89..f8c30da 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -1,5 +1,12 @@
name: Linux
-on: [push]
+on:
+ push:
+ branches:
+ - "main"
+ - "trunk"
+ - "core-8-branch"
+ tags:
+ - "core-**"
permissions:
contents: read
jobs:
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index a9345a1..b5a586e 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -1,5 +1,12 @@
name: macOS
-on: [push]
+on:
+ push:
+ branches:
+ - "main"
+ - "trunk"
+ - "core-8-branch"
+ tags:
+ - "core-**"
permissions:
contents: read
jobs:
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index 1f75762..c6277af 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -1,5 +1,12 @@
name: Build Binaries
-on: [push]
+on:
+ push:
+ branches:
+ - "main"
+ - "trunk"
+ - "core-8-branch"
+ tags:
+ - "core-**"
permissions:
contents: read
jobs:
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index ba4e5ba..9773c2a 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -1,5 +1,12 @@
name: Windows
-on: [push]
+on:
+ push:
+ branches:
+ - "main"
+ - "trunk"
+ - "core-8-branch"
+ tags:
+ - "core-**"
permissions:
contents: read
env: