ci: Only listen on push master branch and PRs to master
This commit is contained in:
parent
91c328b58f
commit
a18b15146f
2
.github/workflows/openvidu-ce-test.yml
vendored
2
.github/workflows/openvidu-ce-test.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: OpenVidu CE Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'openvidu-components-angular/**'
|
||||
- 'openvidu-server/docker/**'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user