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:
Andrew Eisenberg 2021-06-09 14:38:09 -07:00
parent 23cdd6bab6
commit 6a1c0700c3

View file

@ -16,10 +16,6 @@ on:
branches:
- v1
pull_request:
paths:
- .github/workflows/post-release-mergeback.yml
jobs:
merge-back:
runs-on: ubuntu-latest