mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
GitHub Actions: Create release only when workflow is triggered on master branch
This commit is contained in:
parent
8eb3ac69b2
commit
873072af95
1
.github/workflows/rolling-release.yml
vendored
1
.github/workflows/rolling-release.yml
vendored
|
@ -88,6 +88,7 @@ jobs:
|
|||
create-release:
|
||||
needs: [windows-build, linux-build]
|
||||
runs-on: "ubuntu-latest"
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- name: Download Windows x64 Artifact
|
||||
uses: actions/download-artifact@v1
|
||||
|
|
Loading…
Reference in a new issue