Skip to content

Commit

Permalink
ci: fix event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Jan 4, 2025
1 parent debaf93 commit 6f4dbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
on:
pull_request:
paths:
- .github/workflows/build_docs.yml
- .github/workflows/build-docs.yml
- docs/**
- src/**/*.h
push:
paths:
- .github/workflows/build_docs.yml
- .github/workflows/build-docs.yml
- docs/**
- src/**/*.h
workflow_dispatch:
Expand Down

0 comments on commit 6f4dbd1

Please sign in to comment.