Skip to content

Commit 37955c9

Browse files
committed
Changes related to compliance scan for Mend
1 parent 87d9c78 commit 37955c9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/mend.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: Mend
22

33
on:
4-
#push:
5-
# branches:
6-
# - main
7-
# paths-ignore:
8-
# - site/**
9-
# - examples/**
10-
#workflow_dispatch:
11-
# inputs:
12-
# branch:
13-
# type: string
14-
# required: false
15-
# default: main
4+
push:
5+
branches:
6+
- main
7+
paths-ignore:
8+
- site/**
9+
- examples/**
10+
workflow_dispatch:
11+
inputs:
12+
branch:
13+
type: string
14+
required: false
15+
default: main
1616
workflow_call:
1717
secrets:
1818
WS_APIKEY_NGINX:

0 commit comments

Comments
 (0)