Limit execution to branch main

This commit is contained in:
Igor Pečovnik 2023-04-20 22:29:39 +02:00 committed by Ricardo Pardini
parent 8a5f07cfba
commit c837ed2c2e

View File

@ -1,6 +1,8 @@
name: Run build train on config changes
on:
push:
branches:
- 'main'
paths:
- 'config/*.config'