mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
fix clippy
This commit is contained in:
5
.github/workflows/release-per-commit.yml
vendored
5
.github/workflows/release-per-commit.yml
vendored
@@ -1,5 +1,3 @@
|
||||
# In your .github/workflows/release-per-commit.yml file
|
||||
|
||||
name: Release per-commit
|
||||
|
||||
on:
|
||||
@@ -9,9 +7,6 @@ on:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
# The rest of your jobs would go here
|
||||
# ...
|
||||
|
||||
upload-artifacts:
|
||||
if: success() && github.event.workflow_run.event == 'push' && github.event.workflow_run.head_branch == 'master'
|
||||
name: Download & Upload Builds
|
||||
|
||||
Reference in New Issue
Block a user