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:
4
.github/workflows/linting.yml
vendored
4
.github/workflows/linting.yml
vendored
@@ -18,6 +18,10 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- fast-dev
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- fast-dev
|
||||
|
||||
jobs:
|
||||
linting:
|
||||
|
||||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -16,6 +16,10 @@ name: "Tests"
|
||||
on:
|
||||
# schedule:
|
||||
# - cron: "45 2 * * *"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- fast-dev
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user