Avoid running mergeback workflow on PR
This was causing the workflow to run and create tags after merging main into a branch.
This commit is contained in:
parent
23cdd6bab6
commit
6a1c0700c3
1 changed files with 0 additions and 4 deletions
4
.github/workflows/post-release-mergeback.yml
vendored
4
.github/workflows/post-release-mergeback.yml
vendored
|
|
@ -16,10 +16,6 @@ on:
|
|||
branches:
|
||||
- v1
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- .github/workflows/post-release-mergeback.yml
|
||||
|
||||
jobs:
|
||||
merge-back:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue