master
Joshua Sigona 3 years ago
parent 92a2bf873a
commit 8cfc841045
  1. 2
      .github/workflows/build-deploy.yml

@ -41,7 +41,7 @@ jobs:
name: Deploy
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
steps:
- name: Download artifact

Loading…
Cancel
Save