diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb1069ac..f22b3dab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,9 @@ name: Release on: push: - branches: [master] + branches: + - master + - dev tags: ["*"] jobs: publish: diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 1779bdb4..8f638b2c 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -2,7 +2,9 @@ name: Scala CI on: push: - branches: [ master ] + branches: + - master + - dev pull_request: branches: [ master ]