Skip to content

Commit eaaa921

Browse files
authored
Update deploy-website.yml to remove branch restrictions
Removed specific branches from push trigger in workflow.
1 parent 33a1bdc commit eaaa921

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
schedule:
55
- cron: '0 */6 * * *'
66
push:
7-
branches:
8-
- master
9-
- website
107
paths:
118
- '.github/workflows/deploy-website.yml'
129
- '**'
@@ -57,4 +54,4 @@ jobs:
5754
steps:
5855
- name: Deploy to GitHub Pages
5956
id: deployment
60-
uses: actions/deploy-pages@v4
57+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)