This commit is contained in:
Zsolt Ero
2024-01-17 01:31:31 +01:00
parent 18cd0096ad
commit 79031db117

View File

@@ -2,12 +2,16 @@
name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ['main']
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
branches:
- main
paths:
- 'website/**'
pull_request:
branches:
- main
paths:
- 'website/**'
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions: