File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Debian packages
22
33on :
44 push :
5- branches : [ refactor ] # TODO
5+ branches : [ master ]
66 pull_request :
77 branches : [ master ]
88 release :
2222
2323 - uses : actions/checkout@v2
2424 with :
25- ref : ' refactor ' # TODO
25+ ref : ' master '
2626 submodules : ' recursive'
2727
2828 - name : Install dependencies (PulseAudio flavor)
5454
5555 - uses : actions/checkout@v2
5656 with :
57- ref : ' refactor ' # TODO
57+ ref : ' master '
5858 submodules : ' recursive'
5959
6060 - name : Install dependencies (PipeWire flavor)
8888 - uses : actions/checkout@v2
8989 with :
9090 submodules : ' recursive'
91- ref : ' refactor ' # TODO
91+ ref : ' master '
9292
9393 - name : Prepare version information (1/3)
9494 uses : oprypin/find-latest-tag@v1
@@ -181,6 +181,7 @@ jobs:
181181 args : ' -o ConnectTimeout=5'
182182
183183 update-ppa :
184+ if : github.event_name == 'release'
184185 runs-on : ubuntu-latest
185186 needs : [build-deb-amd64]
186187 strategy :
You can’t perform that action at this time.
0 commit comments