Can't have branches and branch-ignores together. Just defining main branch instead now.

This commit is contained in:
Thomas Nguyen
2023-09-11 13:19:07 -07:00
parent fccbb6f2d1
commit aa9e53b47a
4 changed files with 6 additions and 10 deletions

View File

@@ -2,8 +2,8 @@ name: Pull Request Jira Check
on:
pull_request:
branches-ignore:
- v2/trunk
branches:
- main
types: [opened, edited, synchronize, reopened]