Skip to content

Commit bae5408

Browse files
committed
Rename Workflow
1 parent 3d976c9 commit bae5408

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/deploy-project.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
name: 'Deploy to Terraform'
1+
name: 'Deploy Resources in Production'
2+
3+
#on:
4+
# pull_request:
5+
# types:
6+
# - closed
7+
# branches:
8+
# - main
29

310
on:
4-
pull_request:
5-
types:
6-
- closed
11+
push:
712
branches:
813
- main
914

0 commit comments

Comments
 (0)