Skip to content

Commit e397ebd

Browse files
committed
resources/**
1 parent 460fbb3 commit e397ebd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
force-patch-if-no-commit-token: true
2424
ignore-paths: |
25-
resources/foo/**
25+
resources/**
2626
assets/**
2727
.github/**
2828

resources/nested/file.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello world

0 commit comments

Comments
 (0)