Skip to content

Commit e3795b2

Browse files
committed
Fix typo in ci.yml (thanks to @griggt)
1 parent 31751b9 commit e3795b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: [self-hosted, Windows]
9494
if: "(
9595
github.event_name == 'push'
96-
&& github.ref != 'master'
96+
&& github.ref != 'refs/heads/master'
9797
&& !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')
9898
)
9999
|| (
@@ -122,7 +122,7 @@ jobs:
122122
)
123123
|| (
124124
github.event_name == 'push'
125-
&& github.ref == 'master'
125+
&& github.ref == 'refs/heads/master'
126126
)"
127127

128128
steps:

0 commit comments

Comments
 (0)