Skip to content

Commit

Permalink
Update semconvgen.yml workflow to run on feature/* branches (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru authored Feb 12, 2024
1 parent 03505aa commit fa298d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/semconvgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Semantic Convention Generator
on:
push:
tags: [ '**' ]
branches: [ main ]
branches:
- main
- 'feature/**'
pull_request:
branches: [ main ]
branches:
- main
- 'feature/**'
paths:
- .github/workflows/semconvgen.yml
- 'semantic-conventions/**'
Expand Down

0 comments on commit fa298d7

Please sign in to comment.