Skip to content

Commit

Permalink
ci(push): notify only on doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
streambinder committed Jul 28, 2023
1 parent 26fe897 commit 9d6b1f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/push.yml
Expand Up @@ -71,7 +71,14 @@ jobs:
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
docs:
- 'docs/**'
- uses: peter-evans/repository-dispatch@v2
if: steps.filter.outputs.docs == 'true'
with:
token: ${{ secrets.GH_ACTIONS_SPOTITUBE }}
repository: streambinder/streambinder
Expand Down

0 comments on commit 9d6b1f2

Please sign in to comment.