Skip to content

Commit

Permalink
chore: remove path filter
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 1, 2024
1 parent 8179bb9 commit 6424219
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
# downstream client libraries before they are released.
name: Hermetic library generation upon generation config change through pull requests
on:
workflow_dispatch:
pull_request:
paths:
- "generation_config.yaml"

# do not run this workflow when merging the pull request.
types: [ opened, reopened, edited, synchronize ]
jobs:
library_generation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6424219

Please sign in to comment.