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 03b1294 commit 37e2747Copy full SHA for 37e2747
.github/workflows/mend.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ pull_request:
8
+
9
jobs:
10
build:
11
runs-on: ubuntu-latest
@@ -36,4 +38,4 @@ jobs:
36
38
WS_WSS_URL: https://saas-eu.whitesourcesoftware.com/agent
37
39
WS_USERKEY: ${{ secrets.MEND_TOKEN }}
40
WS_PRODUCTNAME: CD4PE
- WS_PROJECTNAME: ${{ github.event.repository.name }}
41
+ WS_PROJECTNAME: puppet-dev-tools-puppet8
0 commit comments