We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a00ccd3 + 85e7184 commit 7d9bc16Copy full SHA for 7d9bc16
.github/workflows/ci.yaml
@@ -93,7 +93,7 @@ jobs:
93
runs-on: [self-hosted, Windows]
94
if: "(
95
github.event_name == 'push'
96
- && github.ref != 'master'
+ && github.ref != 'refs/heads/master'
97
&& !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')
98
)
99
|| (
@@ -119,10 +119,6 @@ jobs:
119
120
121
122
- )
123
- || (
124
- github.event_name == 'push'
125
- && github.ref == 'master'
126
)"
127
128
steps:
0 commit comments