chore: Trigger build on main branch only on code changes
This commit is contained in:
parent
9b7479ba2f
commit
e37a1c09c5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/buildAndTest.yml
vendored
3
.github/workflows/buildAndTest.yml
vendored
|
@ -3,6 +3,9 @@ name: Build and test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
- '*.xml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue