📝 action configs

This commit is contained in:
Jay Ehsaniara
2021-07-12 22:17:03 -07:00
parent bd7dbf8e56
commit b5cef685ec
3 changed files with 11 additions and 3 deletions

View File

@@ -2,10 +2,13 @@ name: scs-101 commons CI
on:
push:
branches:
- master
paths:
- 'scs-101/scs-101-commons/**'
branches:
- main
pull_request:
branches:
- main
jobs:
build:

View File

@@ -2,8 +2,13 @@ name: Java CI
on:
push:
paths:
- 'scs-101/scs-101-inventory-check/**'
branches:
- master
- main
pull_request:
branches:
- main
jobs:
build: