Skip to content

Commit

Permalink
chore: expanded Github Actions to trigger on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed May 14, 2023
1 parent 25820d2 commit 1aa52b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Main Branch

on:
push:
branches: [ main ]
branches:
- main
- v[0-9]+.x
tags:
- v[0-9]+.[0-9]+.[0-9]+

Expand Down

0 comments on commit 1aa52b4

Please sign in to comment.