mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-01 00:00:02 -04:00
#1198: Re-enable snapshot builds
This commit is contained in:
@@ -102,7 +102,7 @@ jobs:
|
|||||||
name: Deploy
|
name: Deploy
|
||||||
needs: [ test, test-jdk8, test-oracle ]
|
needs: [ test, test-jdk8, test-oracle ]
|
||||||
# Temporarily disable deploy
|
# Temporarily disable deploy
|
||||||
if: false && github.ref == 'refs/heads/master' # only perform on latest master
|
if: github.ref == 'refs/heads/master' # only perform on latest master
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user