Skip to content

Commit

Permalink
ci: including trigger rule to version branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoPanini committed Sep 9, 2023
1 parent c993a40 commit 171ffba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- feature**
- 'v[0-9].[0-9].x'
- '[0-9].[0-9].x'
- 'v[0-9].[0-9].[0-9]'

permissions:
id-token: write
Expand Down

0 comments on commit 171ffba

Please sign in to comment.