ci: point workflows to main branch

This commit is contained in:
Nicolas Giard 2022-04-14 15:31:09 -04:00 committed by GitHub
parent 6eeae80207
commit 6ffda37cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -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'

View file

@ -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/**'