mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
.github: Skip CI on GitHub meta and README changes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user