Skip to content

Commit

Permalink
fix: lambda logging, add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Sep 21, 2024
1 parent 7cb5b6e commit f7122c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/python-ci.yml → .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
name: Python CI
on:
push:
branches:
- main
paths:
- app/**
- pulumi/**
- .github/workflows/python-ci.yml
pull_request:
paths:
- app/**
- pulumi/**
- .github/workflows/python-ci.yml

concurrency:
group: ghas-erfiume-ci-${{ github.ref }}
Expand Down

0 comments on commit f7122c9

Please sign in to comment.