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 56bd98c commit 02a4de7Copy full SHA for 02a4de7
.github/workflows/ci.yaml
@@ -8,6 +8,10 @@ concurrency:
8
9
on:
10
pull_request:
11
+ paths-ignore:
12
+ - '**.md'
13
+ - '.github/renovate.json5'
14
+ - '.github/workflows/sync_docs.yaml'
15
schedule:
16
- cron: '53 0 * * *' # Daily at 00:53 UTC
17
# Triggered on push to branch "main" by .github/workflows/release.yaml
.github/workflows/release.yaml
@@ -6,6 +6,11 @@ on:
6
push:
7
branches:
- main
+ - 'docs/**'
+ - '.github/workflows/check_libs.yaml'
jobs:
lib-check:
0 commit comments