Skip to content

Commit 05b5d20

Browse files
committed
ci: fix refs that preventing rustdoc jobs run
1 parent 02570dd commit 05b5d20

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
@@ -63,7 +63,7 @@ jobs:
6363

6464
rustdoc:
6565
runs-on: windows-latest
66-
if: github.event_name != 'pull_request' && github.head_ref == 'refs/heads/master'
66+
if: github.event_name != 'pull_request' && github.event.ref == 'refs/heads/master'
6767
steps:
6868
- uses: actions/checkout@v1
6969
with:

0 commit comments

Comments
 (0)