mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 02:44:17 +00:00
Run github actions every push & pull request
This commit is contained in:
parent
18cca3023c
commit
4e57e811f4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -2,6 +2,7 @@ name: Rust
|
|||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -72,6 +73,7 @@ jobs:
|
|||
cp svg/check.svg ${{env.SMASH_WEB_DIR}}/check.svg
|
||||
zip -r training_modpack_beta.zip atmosphere
|
||||
- name: Update Release
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: meeDamian/github-release@2.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue