Skip to content

Commit

Permalink
Fix workflow trigger events
Browse files Browse the repository at this point in the history
- Renamed legacy deployment file
- Removed on push trigger on legacy deployment
- Added on push trigger on the new deployment trigger
  • Loading branch information
MaidenlessUsr committed Jan 13, 2025
1 parent a214cff commit 2b1b050
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
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

0 comments on commit 2b1b050

Please sign in to comment.