only run tests on master if push

This commit is contained in:
maddalax 2024-11-11 09:07:53 -06:00
parent 1bb7b0d705
commit 09a1612bfa
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: CLI Tests
on:
push:
branches:
- '**' # Runs on any branch push
- master
pull_request:
branches:
- '**' # Runs on any pull request to any branch

View file

@ -3,7 +3,7 @@ name: Framework Tests
on:
push:
branches:
- '**' # Runs on any branch push
- master
pull_request:
branches:
- '**' # Runs on any pull request to any branch