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 87d9c78 commit 37955c9Copy full SHA for 37955c9
.github/workflows/mend.yml
@@ -1,18 +1,18 @@
1
name: Mend
2
3
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
+ push:
+ branches:
+ - main
+ paths-ignore:
+ - site/**
+ - examples/**
+ workflow_dispatch:
+ inputs:
+ branch:
+ type: string
+ required: false
+ default: main
16
workflow_call:
17
secrets:
18
WS_APIKEY_NGINX:
0 commit comments