Skip to content

Commit

Permalink
docs: rebuild wheels if gha file changes (#425)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii authored May 12, 2024
1 parent 62f4f44 commit 58f48ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/guides/gha_wheels.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ on:
release:
types:
- published
pull_request:
paths:
- .github/workflows/cd.yml
```
This will run on releases. If you use a develop branch, you could include
Expand All @@ -38,6 +41,7 @@ This will run on releases. If you use a develop branch, you could include
click a button in the GUI to trigger a build, which is perfect for testing
wheels before making a release; you can download them from the "artifacts". You
can even define variables that you can set in the GUI and access in the CI!
Finally, if you change the workflow itself in a PR, then rebuild the wheels too.

<!-- prettier-ignore-start -->
[workflow_dispatch]: https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
release:
types:
- published
pull_request:
paths:
- .github/workflows/cd.yml

concurrency:
group: {% raw %}${{ github.workflow }}-${{ github.ref }}{% endraw %}
Expand Down

0 comments on commit 58f48ba

Please sign in to comment.