Skip to content

Commit

Permalink
CTS issue workflow: Only run on main branch
Browse files Browse the repository at this point in the history
Cherry pick KhronosGroup#681 from main
(cherry picked from commit a4d9bb9)
  • Loading branch information
psalz authored and gmlueck committed Jan 22, 2025
1 parent bafa09c commit 80f092c
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 80f092c

Please sign in to comment.