Skip to content

Commit 055eae7

Browse files
committed
Update publish workflow
1 parent 49cacda commit 055eae7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ name: Publish build
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- master
86
tags:
97
- v*
108

119
jobs:
1210
build:
11+
if: ${{ github.ref == 'refs/heads/master' }}
1312
name: Build
1413
runs-on: ubuntu-latest
1514
permissions:

0 commit comments

Comments
 (0)