Skip to content

Commit fce4243

Browse files
authored
ignore md and git* on fly.yml
ignore markdown files ignore gitattributes
1 parent 5e95e07 commit fce4243

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/fly.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ on:
44
branches:
55
- master
66
- release/*
7+
paths-ignore:
8+
- '**/*.md'
9+
- '**/*.gitignore'
10+
- '**/*.gitattributes'
711
pull_request:
812
branches:
913
- master
1014
- release/*
15+
paths-ignore:
16+
- '**/*.md'
17+
- '**/*.gitignore'
18+
- '**/*.gitattributes'
1119
env:
1220
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
1321
FLY_PROJECT_PATH: backend

0 commit comments

Comments
 (0)