Skip to content

Commit

Permalink
fix: run github merge action only on PR merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Datron committed Apr 24, 2024
1 parent b1462bc commit 6c9eccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_merge_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:

jobs:
tag-release:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 6c9eccf

Please sign in to comment.