1
0
mirror of https://github.com/djkotowski/personal-website.git synced 2026-06-19 12:32:47 -05:00

Fix deploy action old branch ref

This commit is contained in:
2024-06-29 05:14:32 -05:00
parent ab454e5422
commit 2ea2dd813f
+1 -1
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