Skip to content

Commit

Permalink
Update always.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
percebus committed Jul 17, 2024
1 parent 2af200f commit 2c41695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/always.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
# SRC: https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/ci-configurations/github-actions.md
semantic-release:
if: github.ref == 'refs/heads/main' && github.event.pull_request.merged == true
if: github.ref == 'refs/heads/main' # && github.event.pull_request.merged == true # TODO
name: Tag
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 2c41695

Please sign in to comment.