Skip to content

Commit

Permalink
Fix trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Noël <[email protected]>
  • Loading branch information
philippemnoel authored Jul 31, 2024
1 parent f625a25 commit 099e394
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-pg_analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ on:
- main
paths:
- ".github/workflows/test-pg_analytics.yml"
- "pg_analytics/**"
- "!pg_analytics/README.md"
- "shared/**"
- "src/**"
- "tests/**"
- "Cargo.toml"
- "pg_analytics.control"
- "!README.md"
push:
branches:
- dev # Run CI on dev. This is important to fill the GitHub Actions cache in a way that pull requests can see it
Expand Down

0 comments on commit 099e394

Please sign in to comment.