Skip to content

Commit

Permalink
turn on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
trouze committed Nov 14, 2024
1 parent 2e2a57e commit 048a55c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Validate Terraform Changes

on:
# pull_request:
# branches:
# - main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy Terraform Changes

on:
# push:
# branches:
# - main
push:
branches:
- main
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 048a55c

Please sign in to comment.