Skip to content

Commit

Permalink
add: release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliagranato committed Mar 20, 2024
1 parent ffa3c27 commit 087a7c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Release on Folder Change

on:
push:
paths:
- 'aws-cost-py/**'
push:
branches:
- main
paths:
- 'aws-cost-py/**'

jobs:
release:
Expand Down

0 comments on commit 087a7c5

Please sign in to comment.