Skip to content

Commit

Permalink
Recombine pr gh action into main one
Browse files Browse the repository at this point in the history
  • Loading branch information
williewillus committed Jun 11, 2023
1 parent ff62934 commit debbfe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Java CI

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Sign jars
env:
SIGNING_KEY: ${{ secrets.VIOLET_MOON_SIGNING_KEY }}
if: ${{ env.SIGNING_KEY != '' }
if: ${{ env.SIGNING_KEY != '' }}
run: |
echo "${SIGNING_KEY}" | gpg --import -
gpg --local-user "Violet Moon Signing Key" --armor \
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/pr.yml

This file was deleted.

0 comments on commit debbfe3

Please sign in to comment.