Skip to content

Commit

Permalink
Update .github/workflows (#379)
Browse files Browse the repository at this point in the history
* Update .github/workflows
- move website to main branch
- add manual trigger for website
  • Loading branch information
pawelprazak authored Feb 8, 2024
1 parent c34efe6 commit 8ef9501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test website deployment to GitHub Pages
on:
pull_request:
branches:
- develop
- main
paths:
- 'website/**'
jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Deploy website to GitHub Pages

on:
workflow_dispatch:
push:
branches:
- develop
- main
paths:
- 'website/**'

Expand Down

0 comments on commit 8ef9501

Please sign in to comment.