We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc7d3d commit aad338dCopy full SHA for aad338d
1 file changed
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
dist:
41
needs: tests
42
runs-on: ubuntu-latest
43
- if: github.event_name != 'pull_request'
+ if: github.ref == 'refs/heads/master'
44
steps:
45
-
46
name: Checkout
0 commit comments