Fix master

This commit is contained in:
Joshua Sigona 2021-06-26 18:43:12 +09:00
parent 92a2bf873a
commit 8cfc841045

View File

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