We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c635013 commit abfaafbCopy full SHA for abfaafb
.github/workflows/ci.yml
@@ -4,7 +4,9 @@
4
name: Build and Test
5
on:
6
push:
7
+ paths-ignore: ['docs/**', '**.rst', '**.md']
8
pull_request:
9
10
workflow_dispatch:
11
schedule:
12
- cron: '0 6 * * 1'
.github/workflows/release.yml
@@ -1,7 +1,9 @@
1
name: Build distribution
2
3
0 commit comments