Skip to content

Commit 3f10f96

Browse files
committed
Only build on a push
1 parent 6c5cfa5 commit 3f10f96

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@ name: Build Management Pack
22

33
# Controls when the action will run.
44
on:
5-
# Triggers the workflow on push or pull request
65
push:
76
branches:
8-
- '*' # matches every branch that doesn't contain a '/'
9-
- '*/*' # matches every branch containing a single '/'
107
- '**' # matches every branch
11-
- '!dev' # excludes dev
12-
- '!main' # excludes main
13-
pull_request:
148

159
# Allows you to run this workflow manually from the Actions tab
1610
workflow_dispatch:

0 commit comments

Comments
 (0)