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 7c68daf commit bc14457Copy full SHA for bc14457
.github/workflows/build-dev.yaml
@@ -6,7 +6,12 @@ on:
6
branches:
7
- main
8
- 'release-*'
9
+ pull_request:
10
+ paths:
11
+ - '.github/**'
12
pull_request_target:
13
+ paths-ignore:
14
15
jobs:
16
build-container:
17
runs-on: ubuntu-latest
.github/workflows/synopsys.yaml
@@ -1,10 +1,15 @@
1
name: Black Duck Policy Check
2
on:
3
- pull_request_target:
4
push:
5
+ pull_request_target:
security:
0 commit comments