Skip to content

Commit 568a1ce

Browse files
authored
Update and rename blank.yml to deploy.yml
1 parent a5951dc commit 568a1ce

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/blank.yml renamed to .github/workflows/deploy.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: remote deploy
2-
on: [push]
3-
jobs:
1+
name: deploy
2+
on:
3+
push:
4+
branches:
5+
- master
46

7+
jobs:
58
build:
6-
name: remote deploy
9+
name: master deploy live
710
runs-on: ubuntu-latest
811
steps:
912
- name: remote deploy

0 commit comments

Comments
 (0)