Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 6b6f4b7

Browse files
Fix workflow trigger events
- Renamed legacy deployment file - Removed on push trigger on legacy deployment - Added on push trigger on the new deployment trigger Signed-off-by: RadiatedExodus <[email protected]>
1 parent a214cff commit 6b6f4b7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build and Deploy
22
on:
3+
push:
4+
branches:
5+
- main
36
workflow_dispatch:
47
jobs:
58
build:

.github/workflows/deploy(legacy).yml renamed to .github/workflows/deploy_legacy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
name: Build And Deploy (Legacy [gh-pages])
1+
name: Build And Deploy (Legacy)
22
on:
3-
push:
4-
branches-ignore:
5-
- gh-pages
63
workflow_dispatch:
7-
# pull_request:
84
jobs:
95
build:
106
name: Build and Deploy

0 commit comments

Comments
 (0)