Skip to content

Commit

Permalink
manual stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicklamprecht committed Oct 24, 2021
1 parent df87bcb commit 331b50a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: "1"
rules: # Array of rules
- base: v6 # Required. Target branch
upstream: IntellectualSites:v6 # Required. Must be in the same fork network.
mergeMethod: rebase # Optional, one of [none, merge, squash, rebase, hardreset], Default: none.
mergeUnstable: false # Optional, merge pull request even when the mergeable_state is not clean. Default: false
label: ":arrow_heading_down: pull" # Optional
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_sonatypeUsername: "${{ secrets.SONATYPE_USERNAME }}"
ORG_GRADLE_PROJECT_sonatypePassword: "${{ secrets.SONATYPE_PASSWORD }}"
- uses: "actions/upload-artifact@v2-preview"
with:
name: "PlotSquared"
path: "target/PlotSquared-Bukkit-*.jar"

0 comments on commit 331b50a

Please sign in to comment.