Skip to content

Commit

Permalink
CTS issue workflow: Only run on main branch
Browse files Browse the repository at this point in the history
To avoid creating CTS issues for cherry-picks into older spec revisions,
we limit the workflow to run on the main branch.
  • Loading branch information
psalz committed Dec 17, 2024
1 parent 16ae6aa commit d2cad3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/open_cts_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
types: opened
paths:
- 'adoc/**'
# We don't want to create issues for cherry-picks into older spec revisions
branches:
- main
jobs:
create-issue:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d2cad3c

Please sign in to comment.