1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

run preview deployments on forks as well

This commit is contained in:
Valentin Gagarin 2024-02-07 01:52:50 +01:00
parent 71a885499e
commit c2a791b769

View file

@ -1,11 +1,13 @@
name: "Build and Deploy"
on:
push: {}
pull_request: {}
workflow_run:
workflows: [Test]
types: [completed]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
with: