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 0fb8f41 commit 813b829Copy full SHA for 813b829
.github/workflows/build-tag-release.yaml
@@ -11,7 +11,6 @@ on:
11
- LICENSE
12
- README.MD
13
- docs/
14
- - src/restic_compose_backup/__init__.py # version bumps
15
workflow_dispatch:
16
17
env:
.github/workflows/pr-verify.yaml
@@ -2,6 +2,13 @@ name: "PR Build and Test"
2
3
on:
4
pull_request:
5
+ paths-ignore:
6
+ - .gitignore
7
+ - .github/renovate.json
8
+ - .pre-commit-config.yaml
9
+ - LICENSE
10
+ - README.MD
+ - docs/
0 commit comments