We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5cfa5 commit 3f10f96Copy full SHA for 3f10f96
.github/workflows/build.yml
@@ -2,15 +2,9 @@ name: Build Management Pack
2
3
# Controls when the action will run.
4
on:
5
- # Triggers the workflow on push or pull request
6
push:
7
branches:
8
- - '*' # matches every branch that doesn't contain a '/'
9
- - '*/*' # matches every branch containing a single '/'
10
- '**' # matches every branch
11
- - '!dev' # excludes dev
12
- - '!main' # excludes main
13
- pull_request:
14
15
# Allows you to run this workflow manually from the Actions tab
16
workflow_dispatch:
0 commit comments