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 d67f3a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: build

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

jobs:
linux:
Expand Down Expand Up @@ -36,7 +36,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 d67f3a5

Please sign in to comment.