Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
proxict committed Jul 25, 2024
1 parent 42ebd3b commit 87bd538
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: build

on:
push:
branches:
- main
pull_request:
branches:
- main
- develop

jobs:
linux:
Expand Down Expand Up @@ -36,7 +35,7 @@ jobs:
run: cmake --build build --parallel

- name: Publish release
if: github.ref_name == 'master'
if: ${{ env.publish_tag && github.ref_name == 'master' }}
uses: ncipollo/release-action@v1
with:
allowUpdates: true
Expand Down

0 comments on commit 87bd538

Please sign in to comment.