Skip to content

Commit

Permalink
Merge pull request #18 from postech-5soat-grupo-25/develop
Browse files Browse the repository at this point in the history
feat: update workflows
  • Loading branch information
MatheusBLopes authored Sep 10, 2024
2 parents 218594e + d6a24c3 commit 7069117
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: 'Terraform Database Deploy'
name: '🚀 Terraform Database Deploy'

on:
push:
branches:
- main
workflow_dispatch:

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/run-scripts.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Run PostgreSQL scripts
on: workflow_dispatch
name: Run Scripts


on:
workflow_dispatch:

jobs:
run_scripts:
Expand Down

0 comments on commit 7069117

Please sign in to comment.