Skip to content

Commit 9b3def4

Browse files
committed
Changed: Apply v1.1.0 template migration - CI path filters and template version
- Add src/** path filters to CI push and pull_request triggers - Bump template-version.txt from 1.0.1 to 1.1.0
1 parent 87235fc commit 9b3def4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/template-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
reloaded-templates-rust:1.0.1
1+
reloaded-templates-rust:1.1.0

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
branches: [main]
66
tags:
77
- "*"
8+
paths:
9+
- "src/**"
810
pull_request:
911
branches: [main]
12+
paths:
13+
- "src/**"
1014
workflow_dispatch:
1115

1216
jobs:

0 commit comments

Comments
 (0)