Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Sep 6, 2023
1 parent a0faff1 commit 3fdb01d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build
on:
pull_request:
types: [opened, synchronize]

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
file: build/libs/sliceanddice-forge-${{ github.event.release.tag_name }}.jar
asset_name: sliceanddice-forge-${{ github.event.release.tag_name }}.jar
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Analyze
on:
push:
branches: [ 1.19.x ]
branches: ["[0-9]+.[0-9]+.x"]

jobs:
build:
Expand Down

0 comments on commit 3fdb01d

Please sign in to comment.