Ignore readme changes in GA

This commit is contained in:
NightScript
2020-10-11 21:40:05 -07:00
committed by GitHub
parent c6bb8e6eec
commit 5d38c98698
+4
View File
@@ -3,8 +3,12 @@ name: Build Universal-Updater
on: on:
push: push:
branches-ignore: [translation] branches-ignore: [translation]
paths-ignore:
- 'README.md'
pull_request: pull_request:
branches: ["*"] branches: ["*"]
paths-ignore:
- 'README.md'
release: release:
types: [created] types: [created]