diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-09 06:41:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-09 06:41:27 (GMT) |
commit | b3ed39dfb05fa1ac8a1403dbd25bdd893dc87e13 (patch) | |
tree | 797a3d6a967601d7972a4d878a2c62935a5fbddc /.github | |
parent | 902956916ce0188a66aa9a8f7094da2f46ad9040 (diff) | |
download | tk-b3ed39dfb05fa1ac8a1403dbd25bdd893dc87e13.zip tk-b3ed39dfb05fa1ac8a1403dbd25bdd893dc87e13.tar.gz tk-b3ed39dfb05fa1ac8a1403dbd25bdd893dc87e13.tar.bz2 |
Update linux-with-tcl9-build.yml, make trigger the same as the other .yml files
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-with-tcl9-build.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/linux-with-tcl9-build.yml b/.github/workflows/linux-with-tcl9-build.yml index d6abc34..5ecd8ea 100644 --- a/.github/workflows/linux-with-tcl9-build.yml +++ b/.github/workflows/linux-with-tcl9-build.yml @@ -1,10 +1,9 @@ name: Linux (with Tcl 9.0) -on: +on: push: branches: - "main" - - "trunk" - - "core-8-**-branch" + - "core-8-branch" tags: - "core-**" permissions: |