Skip to content
Snippets Groups Projects
Commit 8bcace1e authored by korvoj's avatar korvoj
Browse files

Automatically run GitHub publishing workflow on a commit to the master branch

parent 2117c9f5
Branches
No related tags found
No related merge requests found
name: Publish docs via GitHub Pages
on:
workflow_dispatch:
# push:
# branches:
# - main
push:
branches:
- main
jobs:
build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment