Skip to content

Commit 813b829

Browse files
committed
update ci triggers
1 parent 0fb8f41 commit 813b829

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build-tag-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
- LICENSE
1212
- README.MD
1313
- docs/
14-
- src/restic_compose_backup/__init__.py # version bumps
1514
workflow_dispatch:
1615

1716
env:

.github/workflows/pr-verify.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: "PR Build and Test"
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- .gitignore
7+
- .github/renovate.json
8+
- .pre-commit-config.yaml
9+
- LICENSE
10+
- README.MD
11+
- docs/
512
workflow_dispatch:
613

714
env:

0 commit comments

Comments
 (0)