ci: point workflows to main branch
This commit is contained in:
parent
6eeae80207
commit
6ffda37cd8
3
.github/workflows/build-test-base.yml
vendored
3
.github/workflows/build-test-base.yml
vendored
|
@ -3,8 +3,7 @@ name: Build Base Test Docker Image
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
# TEMPORARY: Replace with main once bs5 is merged
|
||||
- 'feat/bs5'
|
||||
- 'main'
|
||||
paths:
|
||||
- 'package.json'
|
||||
- 'requirements.txt'
|
||||
|
|
3
.github/workflows/ci-run-tests.yml
vendored
3
.github/workflows/ci-run-tests.yml
vendored
|
@ -3,8 +3,7 @@ name: Run All Tests
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
# TEMPORARY: Replace with main once bs5 is merged
|
||||
- 'feat/bs5'
|
||||
- 'main'
|
||||
paths:
|
||||
- 'ietf/**'
|
||||
|
||||
|
|
Loading…
Reference in a new issue