Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Build And Deploy (Legacy [gh-pages])
name: Build And Deploy (Legacy)
on:
push:
branches-ignore:
- gh-pages
workflow_dispatch:
# pull_request:
jobs:
build:
name: Build and Deploy
Expand Down
Loading