1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 17:24:28 +00:00

Update CI for master -> main

This commit is contained in:
jugeeya 2022-11-06 13:38:02 -08:00 committed by GitHub
parent 8858fbcedd
commit 53a60e477f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,9 @@ name: Rust
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:
jobs:
@ -53,7 +53,7 @@ jobs:
name: static
path: src/static
plugin_outside_training_mode:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
container:
image: jugeeya/cargo-skyline:3.0.0-dkp-beta
@ -71,7 +71,7 @@ jobs:
path: target/aarch64-skyline-switch/release/libtraining_modpack.nro
upload:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs:
- plugin
steps: