Skip to content

Commit

Permalink
Update semconvgen.yml workflow to run on feature/* branches (open-tel…
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru authored and lmolkova committed Feb 29, 2024
1 parent 684d8e5 commit 0bd8580
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 0bd8580

Please sign in to comment.