Update and rename main.yml to deploy.yml

This commit is contained in:
ThinLiquid 2024-02-14 18:11:15 +00:00 committed by GitHub
parent 65c7db6793
commit c43f16c5a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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