diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ea2fa0..f9c30c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: consolidate: - if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' + if: github.event_name != 'pull_request' && github.ref == 'refs/heads/ratgdo32' name: Consolidate firmwares runs-on: ubuntu-latest needs: build @@ -119,7 +119,7 @@ jobs: path: output deploy: - if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' + if: github.event_name != 'pull_request' && github.ref == 'refs/heads/ratgdo32' name: Deploy to GitHub Pages runs-on: ubuntu-latest needs: consolidate