Don't trigger on tags and docs

This commit is contained in:
lazymio 2021-10-06 12:51:52 +02:00
parent ad3c0a5b32
commit b24240118f
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,20 @@
name: Build UC2
on: [push, pull_request]
on:
push:
tags-ignore:
- "*"
paths-ignore:
- ".github/**"
- ".gitignore"
- "docs/**"
- "README"
- "CREDITS.TXT"
- "COPYING_GLIB"
- "COPYING.LGPL2"
- "AUTHORS.TXT"
- "CHANGELOG"
- "COPYING"
env:
CI: true