Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
'main' branch renamed to 'master'
  • Loading branch information
RichardBruskiewich authored Jun 9, 2023
1 parent cc6d7c7 commit d428662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update documentation website
on:
push:
branches: ["main"]
branches: ["master"]
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit d428662

Please sign in to comment.