summaryrefslogtreecommitdiffstats
path: root/.github/workflows/onefiledist.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-05 22:22:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-05 22:22:47 (GMT)
commit301c2624cdf04fcd5e6399378496f9f52259424e (patch)
tree062e19e55cf703ae8ae02eda3b2ac212ab049914 /.github/workflows/onefiledist.yml
parent6470e343a8523470c869f0dc2afb56c8fbed9a33 (diff)
parentce9f04ddd190636ebe21db6638701c576dc16a85 (diff)
downloadtcl-301c2624cdf04fcd5e6399378496f9f52259424e.zip
tcl-301c2624cdf04fcd5e6399378496f9f52259424e.tar.gz
tcl-301c2624cdf04fcd5e6399378496f9f52259424e.tar.bz2
Merge 8.7
Diffstat (limited to '.github/workflows/onefiledist.yml')
-rw-r--r--.github/workflows/onefiledist.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index 1f75762..5c90701 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -1,5 +1,11 @@
name: Build Binaries
-on: [push]
+on:
+ push:
+ branches:
+ - "main"
+ - "core-8-branch"
+ tags:
+ - "core-**"
permissions:
contents: read
jobs: