Skip to content

Commit 03ba557

Browse files
authored
[#24] fix typo to deploy only on master branch (#27)
1 parent 0b8ede0 commit 03ba557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: doc-latest
3535
path: doc/
3636
deploy:
37-
if: github.ref == 'ref/heads/master'
37+
if: github.ref == 'refs/heads/master'
3838
needs: build-test
3939

4040
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment

0 commit comments

Comments
 (0)