Skip to content

Commit 229e473

Browse files
[CI] ignore changes to readme, don't run on direct push
1 parent 5a31917 commit 229e473

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: VCMI - dependencies
22

33
on:
4-
push:
5-
branches:
6-
- main
74
pull_request:
5+
paths-ignore:
6+
- README.md
87
workflow_dispatch:
98

109
jobs:

0 commit comments

Comments
 (0)