We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00f9d2 commit 4b2a94cCopy full SHA for 4b2a94c
1 file changed
.github/workflows/deploy-staging.yaml
@@ -2,7 +2,6 @@ name: Deploy Staging and E2E
2
3
on:
4
push:
5
- branches: [main]
6
pull_request:
7
types:
8
- opened
@@ -19,7 +18,7 @@ env:
19
18
20
jobs:
21
deploy-staging:
22
- if: github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
+ if: false
23
runs-on: ubuntu-latest
24
needs:
25
- lint-js
0 commit comments