Only test on-push for master and a specific branch name

This avoids testing twice when pushing to the main repository, once for the push, and another for a PR.
This commit is contained in:
Bruno Oliveira
2023-05-12 17:30:53 -03:00
parent fa08e0987b
commit 657ba9ac7f

View File

@@ -3,7 +3,8 @@ name: test
on:
push:
branches:
- "*"
- master
- "test-me-*"
pull_request:
branches: