Fix Github actions to run on the new master branch (#819)

This commit is contained in:
Luan Nico
2021-05-24 17:50:08 -04:00
committed by GitHub
parent 7b6013ea3a
commit 36ce6f1781

View File

@@ -3,7 +3,7 @@ name: cicd
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
types: [opened, reopened, synchronize] types: [opened, reopened, synchronize]