Update and rename main.yml to deploy.yml
This commit is contained in:
parent
65c7db6793
commit
c43f16c5a3
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ name: Deploy
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
name: Deploy
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
if: github.ref == 'refs/heads/master'
|
||||
|
||||
steps:
|
||||
- name: Download artifact
|
||||
Loading…
Add table
Reference in a new issue