We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95483bb commit a993d9fCopy full SHA for a993d9f
.github/workflows/charm_libs.yaml renamed to .github/workflows/check_libs.yaml
.github/workflows/ci.yaml
@@ -8,6 +8,11 @@ concurrency:
8
9
on:
10
pull_request:
11
+ paths-ignore:
12
+ - '**.md'
13
+ - '.gitattributes'
14
+ - '.github/renovate.json5'
15
+ - '.github/workflows/sync_docs.yaml'
16
schedule:
17
- cron: '53 0 * * *' # Daily at 00:53 UTC
18
# 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:
ci-tests:
0 commit comments