Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Nov 29, 2024
1 parent 49cacda commit 055eae7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ name: Publish build
on:
workflow_dispatch:
push:
branches:
- master
tags:
- v*

jobs:
build:
if: ${{ github.ref == 'refs/heads/master' }}
name: Build
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 055eae7

Please sign in to comment.