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 name: Deploy static content to Pages
on: on:
# Runs on pushes targeting the default branch
push: push:
branches: ['main'] branches:
- main
# Allows you to run this workflow manually from the Actions tab paths:
workflow_dispatch: - 'website/**'
pull_request:
branches:
- main
paths:
- 'website/**'
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions: permissions: