Skip to content

Commit

Permalink
Adjust GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed May 24, 2024
1 parent ae3f283 commit 867a7cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: documentation

on: [push, pull_request, workflow_dispatch]
on:
pull_request:
push:
branches:
- main
release:
types:
- published

permissions:
contents: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches:
- main
- dieter
release:
types:
- published
Expand Down

0 comments on commit 867a7cb

Please sign in to comment.