avoid duplicating tests when pushing to a PR branch

This commit is contained in:
Shish 2023-12-19 12:19:19 +00:00
parent d489a4fa18
commit 4decd03898

View file

@ -2,6 +2,9 @@ name: Tests
on: on:
push: push:
branches:
- main
- master
pull_request: pull_request:
schedule: schedule:
- cron: '0 2 * * 0' # Weekly on Sundays at 02:00 - cron: '0 2 * * 0' # Weekly on Sundays at 02:00