Added branches and paths-ignore to CI.yml
This commit is contained in:
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
@ -3,6 +3,11 @@ name: Golan Testing
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
|
Reference in New Issue
Block a user