Skip to content

Commit

Permalink
CI: don't build docs on tag creation
Browse files Browse the repository at this point in the history
Docs are only exposed from branches, for the latest tag of the branch

Signed-off-by: Riccardo Binetti <[email protected]>
  • Loading branch information
rbino committed Oct 6, 2023
1 parent 262c571 commit e247c41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ on:
# Create the snapshot only when it matters
- 'main'
- 'release-*'
# Run on branch/tag creation
create:

jobs:
docs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/graphql-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ on:
# Create the snapshot only when it matters
- 'main'
- 'release-*'
# Run on branch/tag creation
create:

jobs:
docs:
Expand Down

0 comments on commit e247c41

Please sign in to comment.