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 e21ec39 commit d0b4926Copy full SHA for d0b4926
.github/workflows/auto-translations-pr.yml
@@ -11,7 +11,7 @@ jobs:
11
auto-translation-pr:
12
runs-on: ubuntu-latest
13
# Run only on main branch in upstream repo.
14
- if: ${{ github.repository == 'steppi/numpy.org' && github.ref == 'refs/heads/auto-translation-pr' }}
+ if: ${{ github.repository == 'steppi/numpy.org' && github.ref == 'refs/heads/main' }}
15
steps:
16
- name: Checkout numpy.org
17
uses: actions/checkout@v4
0 commit comments