From d3bbca8ed4de181068dd690088889b81a874f1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Raddum=20Berg?= Date: Tue, 15 Nov 2022 05:07:56 +0100 Subject: [PATCH] ping? --- .github/workflows/ci-build.yml | 2 ++ .github/workflows/release-snapshot.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3f03a552a4..abc6024de9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -2,6 +2,8 @@ name: CI Build on: pull_request: branches: [ 'master' ] + push: + branches: [ 'master' ] jobs: scalafmt: diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 92d65ddeab..1e1a612f96 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -5,6 +5,7 @@ name: Release snapshot on: push: branches: [ 'master' ] + jobs: release-snapshot: runs-on: ubuntu-latest @@ -12,7 +13,8 @@ jobs: - uses: actions/checkout@v2 - uses: coursier/cache-action@v6 - uses: coursier/setup-action@v1.2.0-M3 - apps: sbt + with: + apps: sbt - name: publish snapshot run: sbt ci-release