Skip to content

Commit

Permalink
Merge pull request #1 from wiley/github-actions-pipeline
Browse files Browse the repository at this point in the history
Feat: Add github actions pipeline
  • Loading branch information
ijayasundara authored Jun 19, 2024
2 parents a03148b + cb01df1 commit 2d900d0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Main Pipeline
on:
workflow_dispatch:
push:
branches:
- master #default branch name
tags-ignore:
- '**'
pull_request:
branches:
- master #default branch name

jobs:
main:
secrets: inherit
uses: wiley/github-workflows/.github/workflows/PIPELINE-Serverless.yaml@main
with:
APP_CODE: "was-bucket-antivirus-function"
SYS_CODE: "was"
PYTHON_VERSION: "3.8"

0 comments on commit 2d900d0

Please sign in to comment.