We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9130cc2 commit 20420c6Copy full SHA for 20420c6
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
deploy-example:
68
runs-on: ubuntu-latest
69
- # if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master'
70
steps:
71
- name: Checkout
72
uses: actions/checkout@v3
0 commit comments