From 53a60e477fdeb813108774aa72ca571b92305d8d Mon Sep 17 00:00:00 2001 From: jugeeya Date: Sun, 6 Nov 2022 13:38:02 -0800 Subject: [PATCH] Update CI for master -> main --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 39084ab..a1dc465 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: