Skip to content

Commit 6ffda37

Browse files
authored
ci: point workflows to main branch
1 parent 6eeae80 commit 6ffda37

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-test-base.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Build Base Test Docker Image
33
on:
44
push:
55
branches:
6-
# TEMPORARY: Replace with main once bs5 is merged
7-
- 'feat/bs5'
6+
- 'main'
87
paths:
98
- 'package.json'
109
- 'requirements.txt'

.github/workflows/ci-run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Run All Tests
33
on:
44
pull_request:
55
branches:
6-
# TEMPORARY: Replace with main once bs5 is merged
7-
- 'feat/bs5'
6+
- 'main'
87
paths:
98
- 'ietf/**'
109

0 commit comments

Comments
 (0)