1
0
Fork 0

ci: run only on main and PRs to main branch

This commit is contained in:
Vojtěch Mareš 2022-12-09 09:31:00 +01:00
parent f33c8f05f6
commit f3e04ddad8

View file

@ -1,8 +1,13 @@
name: Run Tests
on:
- push
- pull_request
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test: