Skip to content

Commit d5ad9df

Browse files
committed
Update build.yml
1 parent 31caa6f commit d5ad9df

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Build KKBridge Plugin
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on:
4+
push:
5+
branches:
6+
- "**"
7+
tags-ignore:
8+
- "**"
9+
pull_request:
10+
workflow_dispatch:
411

512
env:
613
SOLUTION_FILE_PATH: src/KKBridge.sln

0 commit comments

Comments
 (0)