mirror of https://github.com/xemu-project/xemu.git
.github: Skip CI on GitHub meta and README changes
This commit is contained in:
parent
fe4929c146
commit
b7dba46621
|
@ -1,6 +1,16 @@
|
|||
name: Build
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- '!.github/workflows/**'
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- '!.github/workflows/**'
|
||||
- 'README.md'
|
||||
|
||||
jobs:
|
||||
Init:
|
||||
|
|
Loading…
Reference in New Issue