refactor: use correct event in CT workflow
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
5d519c7efc
commit
f9d1456fc7
1 changed files with 1 additions and 6 deletions
7
.github/workflows/ct.yml
vendored
7
.github/workflows/ct.yml
vendored
|
|
@ -1,12 +1,7 @@
|
||||||
name: 'Continuous Testing'
|
name: 'Continuous Testing'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_call:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
checks: write
|
checks: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue