Skip to content

Commit acf64f9

Browse files
authored
don't run actions on docs changes
1 parent 3477088 commit acf64f9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/dockerpush.yml

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

3-
on: [push]
4-
3+
on:
4+
push:
5+
paths-ignore:
6+
- 'docs/**'
7+
- 'README.md'
8+
- 'CHANGELOG.md'
59
jobs:
610
test_7_0_ruby_3_0:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)