Skip to content

Commit

Permalink
Fixed github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
msenechal committed Jan 16, 2024
1 parent 4bc7051 commit 739632e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test/Deploy Master

on:
push:
branches: ['v[0-9]+.[0-9]+.[0-9]+']
branches: ['[0-9]+.[0-9]+']

jobs:
build-test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Test Master

on:
pull_request:
branches: ['v[0-9]+.[0-9]+.[0-9]+']
push:
branches: ['[0-9]+.[0-9]+']

jobs:
build-test:
Expand Down

0 comments on commit 739632e

Please sign in to comment.