We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9d585 commit 3bc02dcCopy full SHA for 3bc02dc
.github/workflows/ci.yml
@@ -3,8 +3,18 @@ name: CI
3
on:
4
push:
5
branches: [ main ]
6
+ paths:
7
+ - 'src/**'
8
+ - 'Cargo.toml'
9
+ - 'Cargo.lock'
10
+ - '.github/workflows/ci.yml'
11
pull_request:
12
13
14
15
16
17
18
19
env:
20
CARGO_TERM_COLOR: always
.github/workflows/docker.yml
@@ -3,6 +3,12 @@ name: Docker Build and Push
+ - 'Dockerfile'
+ - '.github/workflows/docker.yml'
tags:
- 'v*'
0 commit comments