1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-17 11:08:41 +01:00

Only automatically build for branches, not tags

This commit is contained in:
Valentin Radu 2021-11-05 06:55:10 +02:00
parent dd7dc2be58
commit 81cbd47dd4

View File

@ -6,7 +6,17 @@
name: Build
on: [push, pull_request]
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
branches:
- '**'
tags-ignore:
- '**'
env:
SOLUTION_FILE_PATH: .