Skip to content

Commit d0b4926

Browse files
committed
Change workflow to run on main
1 parent e21ec39 commit d0b4926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-translations-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
auto-translation-pr:
1212
runs-on: ubuntu-latest
1313
# Run only on main branch in upstream repo.
14-
if: ${{ github.repository == 'steppi/numpy.org' && github.ref == 'refs/heads/auto-translation-pr' }}
14+
if: ${{ github.repository == 'steppi/numpy.org' && github.ref == 'refs/heads/main' }}
1515
steps:
1616
- name: Checkout numpy.org
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)