chore: Trigger build on main branch only on code changes

This commit is contained in:
Sven-Torben Janus 2021-12-11 18:30:28 +01:00
parent 9b7479ba2f
commit e37a1c09c5

View file

@ -3,6 +3,9 @@ name: Build and test
on:
push:
branches: [ main ]
paths:
- 'src/**'
- '*.xml'
pull_request:
branches: [ main ]