We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01ee6c commit 27c8791Copy full SHA for 27c8791
.github/workflows/ex-rtd.yml
@@ -112,13 +112,12 @@ jobs:
112
name: rtd-trigger
113
needs: rtd_build
114
runs-on: ubuntu-latest
115
-
116
- if: github.repository_owner == 'MODFLOW-USGS' && github.event_name == 'push' && github.ref_name == 'master'
+ if: github.repository_owner == 'MODFLOW-USGS' && github.event_name == 'push'
117
steps:
118
- name: Checkout MODFLOW6 examples repo
119
uses: actions/checkout@v4
120
121
- - name: Trigger RTDs build on push to repo branches
+ - name: Trigger RTDs build
122
uses: dfm/rtds-action@v1
123
with:
124
webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }}
0 commit comments