Skip to content

Commit 700f5cc

Browse files
committed
Do not trigger CI if the Rakefile changes.
1 parent 1e82d99 commit 700f5cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-and-test-extension.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ on:
66
- '.github/workflows/build-and-test-extension.yml'
77
- 'ext/**'
88
- 'lib/**'
9-
- 'Rakefile'
109
- 'z80.gemspec'
1110
pull_request:
1211
paths:
1312
- '.github/workflows/build-and-test-extension.yml'
1413
- 'ext/**'
1514
- 'lib/**'
16-
- 'Rakefile'
1715
- 'z80.gemspec'
1816

1917
jobs:

0 commit comments

Comments
 (0)