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.
1 parent 2b4f668 commit eaa9bcaCopy full SHA for eaa9bca
.github/workflows/ci.yaml
@@ -58,6 +58,7 @@ jobs:
58
pkg:
59
runs-on: ubuntu-latest
60
needs: build
61
+ if: ${{ github.ref == 'refs/heads/main' }}
62
steps:
63
- uses: actions/checkout@v3
64
- name: Set up Python
0 commit comments