Fix deployment skipping due to main vs master branch

This commit is contained in:
Xevion
2022-11-25 02:42:27 -06:00
parent 0f444498b0
commit e4fd6badb1

View File

@@ -22,7 +22,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