Skip to content

Commit

Permalink
changed back to default token
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 committed Jun 27, 2024
1 parent 18e5954 commit 0c318cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
check_branch:
# if: ${{ (startsWith(github.ref, 'refs/heads/release/v') || startsWith(github.ref, 'refs/heads/hotfix/v')) }}
if: ${{ (startsWith(github.ref, 'refs/heads/release/v') || startsWith(github.ref, 'refs/heads/hotfix/v')) }}
runs-on: ubuntu-22.04
steps:
- name: Branch
Expand Down

0 comments on commit 0c318cc

Please sign in to comment.