mirror of
https://github.com/selfxyz/self.git
synced 2026-01-15 01:28:18 -05:00
CI/CD pipeline only for push in circuits/common repo
This commit is contained in:
6
.github/workflows/action.yml
vendored
6
.github/workflows/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user