Skip to content

Commit

Permalink
Feat: Add github actions pipeline
Browse files Browse the repository at this point in the history
Add Github actions pipeline
  • Loading branch information
ijayasundara authored Jun 19, 2024
1 parent a03148b commit cb01df1
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 cb01df1

Please sign in to comment.