We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9956a commit cb7a793Copy full SHA for cb7a793
.github/workflows/ci-windows.yml
@@ -42,6 +42,7 @@ permissions:
42
43
jobs:
44
core:
45
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
46
runs-on: self-hosted
47
permissions:
48
checks: write
0 commit comments