1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 10:54:16 +00:00

Run github actions every push & pull request

This commit is contained in:
jugeeya 2021-08-12 18:18:57 -07:00 committed by GitHub
parent 18cca3023c
commit 4e57e811f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}