Skip to content

Commit

Permalink
Update and rename main.yml to deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid committed Feb 14, 2024
1 parent 65c7db6 commit c43f16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- main
- master

jobs:
build:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c43f16c

Please sign in to comment.