summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2023-05-04 08:24:01 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2023-05-04 08:24:01 (GMT)
commite2f55284cf4bfdca0a8c1b971e9ca8895ce415e9 (patch)
treeee89a5e19b246dce4e5ee43ab39fa171dd5b065b /.github
parent4dd71100197de4a35b6bae123d4f32b7ca086a05 (diff)
downloadtcl-e2f55284cf4bfdca0a8c1b971e9ca8895ce415e9.zip
tcl-e2f55284cf4bfdca0a8c1b971e9ca8895ce415e9.tar.gz
tcl-e2f55284cf4bfdca0a8c1b971e9ca8895ce415e9.tar.bz2
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: