Skip to content

Commit adcf1db

Browse files
committed
Rename build step to deploy
1 parent 5914f8b commit adcf1db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-production-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: [ master ]
55
jobs:
6-
build:
6+
deploy:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- cron: "20 18 * * *"
55
workflow_dispatch:
66
jobs:
7-
build:
7+
deploy:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)