Run test and linting when pushing to master or fast-dev (#2730)

Maintainers occasionally force push to these branches. This will allow
tests to run without the need for a dummy PR
This commit is contained in:
Julio Castillo
2024-11-22 20:21:38 +01:00
committed by GitHub
parent 2552146e69
commit 71f72761af
2 changed files with 8 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ on:
branches:
- master
- fast-dev
push:
branches:
- master
- fast-dev
jobs:
linting:

View File

@@ -16,6 +16,10 @@ name: "Tests"
on:
# schedule:
# - cron: "45 2 * * *"
push:
branches:
- master
- fast-dev
pull_request:
branches:
- master