Skip to content

Commit

Permalink
Create main-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovdv2217 authored Jul 31, 2024
1 parent 2dd5fdc commit b92216b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Verification


# Controls when the action will run. Triggers the workflow on pull request
# events but only for the listed branches
#
on:
pull_request:
branches: [develop , main, master]

jobs:
call-verification-workflow:
uses: spotinst/devops-scripts/.github/workflows/java-verification-workflow.yml@master
secrets: inherit

0 comments on commit b92216b

Please sign in to comment.