We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadfa24 commit bf46e8eCopy full SHA for bf46e8e
1 file changed
.github/workflows/continuous-integration.yml
@@ -1,5 +1,11 @@
1
name: Testing
2
-on: [push]
+on:
3
+ pull_request: ~
4
+ push:
5
+ branches:
6
+ - main
7
+ schedule:
8
+ - cron: "30 6 * * 1"
9
jobs:
10
build:
11
runs-on: ubuntu-latest
0 commit comments