Skip to content

Commit

Permalink
Testing complete. Update GHA to work on serverless branch
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Nov 10, 2023
1 parent dcef10b commit 71a861d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI
on:
push:
branches:
- "submissions"
- "serverless"
workflow_dispatch:

permissions:
Expand All @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: submissions
ref: serverless


# Check out the schema repo to package up the JSON schema with lambda function
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: submissions
ref: serverless

# Check out the schema repo to package up the JSON schemae with function
- name: Checkout schema repo
Expand Down

0 comments on commit 71a861d

Please sign in to comment.