Skip to content

Commit 27c8791

Browse files
authored
ci(rtd): trigger rtd build on push to any branch on main repo (#140)
1 parent f01ee6c commit 27c8791

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ex-rtd.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,12 @@ jobs:
112112
name: rtd-trigger
113113
needs: rtd_build
114114
runs-on: ubuntu-latest
115-
116-
if: github.repository_owner == 'MODFLOW-USGS' && github.event_name == 'push' && github.ref_name == 'master'
115+
if: github.repository_owner == 'MODFLOW-USGS' && github.event_name == 'push'
117116
steps:
118117
- name: Checkout MODFLOW6 examples repo
119118
uses: actions/checkout@v4
120119

121-
- name: Trigger RTDs build on push to repo branches
120+
- name: Trigger RTDs build
122121
uses: dfm/rtds-action@v1
123122
with:
124123
webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }}

0 commit comments

Comments
 (0)