We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e6d2a commit 16a6ee2Copy full SHA for 16a6ee2
1 file changed
.github/workflows/build.yml
@@ -36,9 +36,6 @@ jobs:
36
- name: Install packages
37
run: yarn
38
39
- - name: Run Setup
40
- run: yarn setup
41
-
42
- name: Deploy
43
if: github.repository_owner == 'adventuresindevops' && github.ref == 'refs/heads/main' && github.event_name == 'push'
44
run: yarn deploy
0 commit comments