added path restriction to github workflow config

This commit is contained in:
Kim, Jimin 2022-02-14 10:11:13 +09:00
parent f22aa1dadd
commit bc064e4307

View file

@ -3,6 +3,8 @@ on:
push:
branches:
- master
paths:
- source
jobs:
build: