Skip to content

Commit 5768c93

Browse files
Refactor GitHub deployment workflow to include manual triggering from the Actions tab and update the branch name from 'main' to 'master'
1 parent 18894ab commit 5768c93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-to-github.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Deploy to GitHub Packages
33
on:
44
push:
55
branches:
6-
- main
6+
- master
7+
# Allows you to run this workflow manually from the Actions tab
8+
workflow_dispatch:
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)