Skip to content

Commit

Permalink
Merge pull request #17 from neo4j-labs/feature/githubActions
Browse files Browse the repository at this point in the history
Fixed github actions
  • Loading branch information
msenechal authored Jan 16, 2024
2 parents 58e6269 + 739632e commit 0fea916
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 0fea916

Please sign in to comment.