Skip to content

Commit 20420c6

Browse files
committedAug 3, 2024
Deploy example works
1 parent 9130cc2 commit 20420c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
deploy-example:
6868
runs-on: ubuntu-latest
69-
# if: github.ref == 'refs/heads/master'
69+
if: github.ref == 'refs/heads/master'
7070
steps:
7171
- name: Checkout
7272
uses: actions/checkout@v3

0 commit comments

Comments
 (0)