remove branch requirements for testing

This commit is contained in:
2026-02-28 14:56:48 -06:00
parent eea3cccd95
commit 508164cbce
2 changed files with 9 additions and 9 deletions

View File

@@ -1,14 +1,14 @@
name: Build and Deploy Frontend
on:
push:
branches:
- main
#on:
# push:
# branches:
# - main
jobs:
build-and-deploy:
runs-on: docker
runs-on: debian12
steps:
- uses: actions/checkout@v3