Skip to content

Commit de353c4

Browse files
Dale KunceDale Kunce
authored andcommitted
fix: Update deployment workflow branch configuration
- Ensure workflow is properly configured for publish branch deployment - Prepare for GitHub Pages settings update from master to publish
1 parent dab20a7 commit de353c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI/CD Pipeline
22

33
on:
44
push:
5-
branches: [ main, master, publish ]
5+
branches: [ master, publish ]
66
pull_request:
7-
branches: [ main, master, publish ]
7+
branches: [ master, publish ]
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)