Skip to content

Commit 1962f41

Browse files
authored
Updated paths
1 parent 2a9ba5a commit 1962f41

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/rust.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: Rust
22

33
on:
4-
push:
5-
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- 'src/**'
9+
- '**.toml'
10+
- '**.yml'
11+
12+
workflow_dispatch:
13+
614
jobs:
715
release:
816
name: release ${{ matrix.target }}

0 commit comments

Comments
 (0)