Skip to content

Commit 8c00957

Browse files
authored
don't run actions on docs changes
1 parent 6937bd9 commit 8c00957

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/dockerpush.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: specs
22

3-
on: [push]
3+
on:
4+
push:
5+
paths-ignore:
6+
- 'docs/**'
7+
- 'README.md'
8+
- 'CHANGELOG.md'
49

510
jobs:
611
test_7_0_ruby_3_0:

0 commit comments

Comments
 (0)