mirror of
https://github.com/Xevion/grain.git
synced 2026-01-31 05:11:58 -06:00
Fix deployment skipping due to main vs master branch
This commit is contained in:
Vendored
+1
-1
@@ -22,7 +22,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
|
||||||
|
|||||||
Reference in New Issue
Block a user