mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 18:05:40 +01:00
CI: only run deploy ...
... when repo is `citra-emu/discord-bot` and the branch is `master`
This commit is contained in:
parent
b833189f6a
commit
eb8a183100
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: (github.ref == 'refs/heads/master') && (github.repository == 'citra-emu/discord-bot')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: docker/setup-buildx-action@v1
|
- uses: docker/setup-buildx-action@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user