We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00dd40a + 8da3f35 commit 1f68921Copy full SHA for 1f68921
4 files changed
.github/workflows/code-scan.yml
@@ -5,6 +5,8 @@ on:
5
branches: [master]
6
pull_request:
7
8
+ schedule:
9
+ - cron: '30 5 * * *'
10
11
jobs:
12
analyze:
.github/workflows/python-linting.yml
@@ -8,6 +8,8 @@ on:
branches: [ master ]
13
14
15
build:
.github/workflows/python-package-conda.yml
@@ -1,6 +1,12 @@
1
name: Python Package using Conda
2
3
-on: [push]
+on:
4
+ push:
+ branches: [ master ]
+ pull_request:
build-linux:
.github/workflows/pythonpackage.yml
0 commit comments