Skip to content

Commit

Permalink
Avoid running mergeback workflow on PR
Browse files Browse the repository at this point in the history
This was causing the workflow to run and create tags after merging
main into a branch.
  • Loading branch information
Andrew Eisenberg committed Jun 9, 2021
1 parent 23cdd6b commit 6a1c070
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/post-release-mergeback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ on:
branches:
- v1

pull_request:
paths:
- .github/workflows/post-release-mergeback.yml

jobs:
merge-back:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a1c070

Please sign in to comment.