fix default branch name in test

This commit is contained in:
Clement Tsang
2022-11-03 20:29:14 -04:00
committed by GitHub
parent d433f7fe01
commit ef9110c42e

View File

@@ -5,7 +5,7 @@ on:
pull_request:
workflow_dispatch:
push:
branches: [master]
branches: [main]
jobs:
test-always-true: