Skip to content

Commit

Permalink
Remove manual snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskarth committed Jul 10, 2023
1 parent 4348107 commit efd17a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Publish Snapshot
#on: [push, pull_request]
on:
workflow_dispatch:
on: [push, pull_request]
jobs:
publish:
#if: ${{ github.repository_owner == 'Vineflower' && contains(github.ref_name, 'develop') }}
if: ${{ github.repository_owner == 'Vineflower' && contains(github.ref_name, 'develop') }}
runs-on: ubuntu-20.04
container:
image: openjdk:15-jdk
Expand Down

0 comments on commit efd17a7

Please sign in to comment.