mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Skip CI when only modifying the README
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
name: Test this action
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- README.md
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user