mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
Add readme to ignored path in CI
It is not necessary to launch a git workflow when modifying the README Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
0b108e35a8
commit
c7d6bb91b7
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -4,9 +4,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
|
||||
jobs:
|
||||
base:
|
||||
|
Loading…
Reference in New Issue
Block a user