diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-05 21:07:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-05 21:07:47 (GMT) |
commit | 8f269fcad1119f40f63330313434795ad297bded (patch) | |
tree | 45178c1616d5fdf33ba5702830ea82d83d0c528f /.github | |
parent | f976a32c62ccbb7a5740756f8641f1f73357e57e (diff) | |
parent | 67b780c161dd0f32a2780ea1465999daba7f941e (diff) | |
download | tcl-8f269fcad1119f40f63330313434795ad297bded.zip tcl-8f269fcad1119f40f63330313434795ad297bded.tar.gz tcl-8f269fcad1119f40f63330313434795ad297bded.tar.bz2 |
Update .github files
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-build.yml | 8 | ||||
-rw-r--r-- | .github/workflows/mac-build.yml | 8 | ||||
-rw-r--r-- | .github/workflows/win-build.yml | 8 |
3 files changed, 21 insertions, 3 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 01fcdfd..4d7ce1b 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -1,5 +1,11 @@ name: Linux -on: [push] +on: + push: + branches: + - "main" + - "core-8-branch" + tags: + - "core-**" permissions: contents: read jobs: diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 883c70e..5e9b729 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -1,5 +1,11 @@ name: macOS -on: [push] +on: + push: + branches: + - "main" + - "core-8-branch" + tags: + - "core-**" permissions: contents: read jobs: diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 6ee57f9..dbc8fcc 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -1,5 +1,11 @@ name: Windows -on: [push] +on: + push: + branches: + - "main" + - "core-8-branch" + tags: + - "core-**" permissions: contents: read env: |