Skip to content

Commit

Permalink
Update docs workflow to trigger on release created
Browse files Browse the repository at this point in the history
event
  • Loading branch information
emmanuelmathot committed Nov 27, 2023
1 parent e19c846 commit 842ad39
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
name: docs
on:
push:
branches:
- conformance-1.2.1
paths:
# Only rebuild website when docs have changed
- 'README.md'
- 'docs/**'
- 'mkdocs.yml'
- .github/**
release:
types: [created]

jobs:
deploy:
Expand Down

0 comments on commit 842ad39

Please sign in to comment.