Skip to content

Commit d19a058

Browse files
authored
Merge pull request #27 from akohan91/develop
CI Updates
2 parents 7bcc9a1 + cdb5ac4 commit d19a058

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Deployment Verification
2+
3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
7+
on:
8+
workflow_dispatch:
9+
pull_request:
10+
branches:
11+
- develop
12+
types:
13+
- opened
14+
- synchronize
15+
- reopened
16+
17+
jobs:
18+
deploy_verification:
19+
uses: akohan91/libak-salesforce-ci/.github/workflows/pmd_validation.yaml@main
20+
secrets: inherit

0 commit comments

Comments
 (0)