change: trigger actions on push to master branch

This commit is contained in:
debugtalk
2022-03-29 10:25:23 +08:00
parent 839ea062e8
commit ba33ced50e
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: Run unittests
on:
push:
branches:
- main
- master
pull_request:
types: [synchronize]