Skip to content

Commit c43f16c

Browse files
authored
Update and rename main.yml to deploy.yml
1 parent 65c7db6 commit c43f16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
build:
@@ -33,7 +33,7 @@ jobs:
3333
name: Deploy
3434
needs: build
3535
runs-on: ubuntu-latest
36-
if: github.ref == 'refs/heads/main'
36+
if: github.ref == 'refs/heads/master'
3737

3838
steps:
3939
- name: Download artifact

0 commit comments

Comments
 (0)