mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-04-24 00:46:48 +00:00
Add condition for prerelease in staging workflow
This commit is contained in:
1
.github/workflows/staging.yml
vendored
1
.github/workflows/staging.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
if: 'github.event.prerelease'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Connect to Tailscale
|
- name: Connect to Tailscale
|
||||||
|
|||||||
Reference in New Issue
Block a user