Skip to content

Commit

Permalink
Make branch name check conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-goodspeed committed Dec 15, 2023
1 parent fe5c190 commit b227248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
platform: common
token: ${{ github.token }}
- name: Determine branch name
if: github.ref_type == 'tag'
shell: bash
runs: git branch --contains ${{ github.sha }}
- uses: secondlife/action-autobuild-release@v2
Expand Down

0 comments on commit b227248

Please sign in to comment.