Skip to content

Commit 4e15646

Browse files
committed
Added back missing on property
1 parent c318865 commit 4e15646

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ftp-deploy.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
name: Deploy to Production
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types: [closed]
9+
branches:
10+
- main
11+
112
jobs:
213
deploy:
314
if: github.event.pull_request.merged == true || github.event_name == 'push'

0 commit comments

Comments
 (0)