Skip to content

Commit

Permalink
CI/CD pipeline only for push in circuits/common repo
Browse files Browse the repository at this point in the history
  • Loading branch information
remicolin committed Aug 28, 2024
1 parent db018be commit bc85490
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ on:
branches:
- dev
- main
paths:
- 'circuits/**'
- 'common/**'
pull_request:
branches:
- dev
- main
paths:
- 'circuits/**'
- 'common/**'
jobs:
run_circuit_tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bc85490

Please sign in to comment.