We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bedb526 commit 0e3f4adCopy full SHA for 0e3f4ad
.github/workflows/ci.yaml
@@ -7,9 +7,7 @@ name: CI
7
8
jobs:
9
release:
10
- if: github.ref == 'refs/heads/main'
11
runs-on: ubuntu-latest
12
- needs: [test, lint]
13
steps:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
0 commit comments