Skip to content

Commit

Permalink
Added ci deploy test to .x branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrasseur-aneo committed Oct 16, 2023
1 parent ca45e42 commit 80b07db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
push:
branches:
- main
- "[0-9]+.[0-9]+.x"
pull_request:
branches:
- main
- "[0-9]+.[0-9]+.x"


jobs:
versionning:
Expand Down

0 comments on commit 80b07db

Please sign in to comment.