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:
parent
dd7dc2be58
commit
81cbd47dd4
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -6,7 +6,17 @@
|
||||
|
||||
name: Build
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
|
||||
env:
|
||||
SOLUTION_FILE_PATH: .
|
||||
|
Loading…
x
Reference in New Issue
Block a user