mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-02-16 10:40:51 +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:
|
||||
docker:
|
||||
if: 'github.event.prerelease'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Connect to Tailscale
|
||||
|
||||
Reference in New Issue
Block a user