Browse Source

Let's not try and deploy branches that aren't main (even if it won't work anyway)

pull/21/head
baarkerlounger 4 years ago
parent
commit
31e21a822d
  1. 1
      .github/workflows/pipeline.yml

1
.github/workflows/pipeline.yml

@ -77,6 +77,7 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
environment: 'Beta - Production'
if: github.ref == 'refs/heads/main'
needs:
- test
timeout-minutes: 30

Loading…
Cancel
Save