diff --git a/.github/workflows/semconvgen.yml b/.github/workflows/semconvgen.yml index 16ede1c5..7472de55 100644 --- a/.github/workflows/semconvgen.yml +++ b/.github/workflows/semconvgen.yml @@ -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/**'