ci: enable pull_request trigger for feat/tzaware branch (#4677)
This commit is contained in:
parent
41882f2ac7
commit
b6b2902857
1
.github/workflows/ci-run-tests.yml
vendored
1
.github/workflows/ci-run-tests.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'feat/tzaware'
|
||||
paths:
|
||||
- 'ietf/**'
|
||||
- 'requirements.txt'
|
||||
|
|
Loading…
Reference in a new issue