We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eeae80 commit 6ffda37Copy full SHA for 6ffda37
.github/workflows/build-test-base.yml
@@ -3,8 +3,7 @@ name: Build Base Test Docker Image
3
on:
4
push:
5
branches:
6
- # TEMPORARY: Replace with main once bs5 is merged
7
- - 'feat/bs5'
+ - 'main'
8
paths:
9
- 'package.json'
10
- 'requirements.txt'
.github/workflows/ci-run-tests.yml
@@ -3,8 +3,7 @@ name: Run All Tests
pull_request:
- 'ietf/**'
0 commit comments