Skip to content

Commit

Permalink
#53 - M6 - monadic impl ~cut-release
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-twiner committed Jan 22, 2024
1 parent 815a1b4 commit 6ea8b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -3,9 +3,9 @@ name: Default CI

on:
push:
branches: [ "main", "temp/*" ]
branches: [ "main", "temp/*", "release/*", "master"]
pull_request:
branches: [ "main", "temp/*" ]
branches: [ "main", "temp/*", "release/*", "master" ]

env:
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
Expand Down

0 comments on commit 6ea8b12

Please sign in to comment.