Skip to content

Commit

Permalink
chore(githubactions): allow build and deploy on version branches
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-thorel-of committed Feb 7, 2024
1 parent bc8babc commit 44debed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- main
- '\d+.\d+.[\d+|x]'
pull_request:
branches:
- main
- '\d+.\d+.[\d+|x]'

jobs:
build:
Expand Down

0 comments on commit 44debed

Please sign in to comment.