2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2024-12-26 14:45:34 +03:00

updated "paths-ignore" in build rules for ".github" folder

dont trigger and publish build when changes only in ".github" folder
This commit is contained in:
STAM 2023-12-03 21:01:01 +03:00
parent d672d76bbd
commit 6d3a663c33
Signed by: stam
GPG Key ID: 4F57E51F9C45F8CD

View File

@ -5,6 +5,7 @@ on:
branches: [master] branches: [master]
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- '.github/**'
pull_request: pull_request:
types: [opened, reopened, synchronize] types: [opened, reopened, synchronize]