mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 06:35:42 +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:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
if: (github.ref == 'refs/heads/master') && (github.repository == 'citra-emu/discord-bot')
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: docker/setup-buildx-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user