Skip to content

Commit

Permalink
Build release jobs on tags
Browse files Browse the repository at this point in the history
Close #747
  • Loading branch information
simonsso committed Jun 21, 2023
1 parent 041e090 commit d50a900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Docker

on:
release:
types: [published]
push:
tags:
- "[0-9].*"

jobs:

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Srtool

on:
push:
branches:
- master
tags:
- "[0-9].*"

Expand All @@ -23,7 +21,6 @@ jobs:
chain: ${{ matrix.runtime }}
package: runtime-${{ matrix.runtime }}
runtime_dir: runtimes/${{ matrix.runtime }}
tag: 1.66.1

- name: Summary
run: |
Expand Down

0 comments on commit d50a900

Please sign in to comment.