We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4348107 commit efd17a7Copy full SHA for efd17a7
.github/workflows/snapshot.yml
@@ -1,10 +1,8 @@
1
name: Publish Snapshot
2
-#on: [push, pull_request]
3
-on:
4
- workflow_dispatch:
+on: [push, pull_request]
5
jobs:
6
publish:
7
- #if: ${{ github.repository_owner == 'Vineflower' && contains(github.ref_name, 'develop') }}
+ if: ${{ github.repository_owner == 'Vineflower' && contains(github.ref_name, 'develop') }}
8
runs-on: ubuntu-20.04
9
container:
10
image: openjdk:15-jdk
0 commit comments