Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Jan 9, 2025
1 parent 9579d68 commit 8822ccd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file modified .github/workflows/dotnet.yml
Binary file not shown.
6 changes: 5 additions & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Publish docs via GitHub Pages

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
Expand Down

0 comments on commit 8822ccd

Please sign in to comment.