Skip to content

Commit

Permalink
Relax Documenter workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Aug 22, 2023
1 parent cc69ba2 commit bae5c97
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
name: Documenter
on:
push:
tags:
- 'v*'
branches:
- "master"
paths:
- '**.toml'
- '**.jl'
- 'docs/*'

branches: [master]
tags: [v*]
pull_request:
workflow_dispatch:

permissions:
Expand Down

0 comments on commit bae5c97

Please sign in to comment.