Skip to content

Commit

Permalink
run nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Mar 1, 2022
1 parent 901f3d6 commit 98cc7ad
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
name: Testing

on: pull_request
on:
push:
branches: [ 'main' ]

pull_request:
branches: [ 'main' ]

schedule:
- cron: "15 1 * * *"

jobs:
build:
Expand Down

0 comments on commit 98cc7ad

Please sign in to comment.