Fix deploy action old branch ref

This commit is contained in:
Dan Kotowski 2024-06-29 05:14:32 -05:00
parent ab454e5422
commit 2ea2dd813f
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ run-name: "${{ github.actor }} is deploying ${{ github.sha }}"
on: on:
push: push:
branches: branches:
- 'master' - 'main'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -36,4 +36,4 @@ jobs:
steps: steps:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v4 uses: actions/deploy-pages@v4