Skip to content

Commit

Permalink
Fixed workflows trigger event
Browse files Browse the repository at this point in the history
  • Loading branch information
Crivella committed Sep 22, 2023
1 parent 920505f commit f426741
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- "ocr_translate/**"
- "pyproject.toml"
- ".github/workflows/**"
- ".github/workflows/ci.yml"
- ".pre-commit-config.yaml"
pull_request:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: docs-build
on:
push:
branches:
- master
- master
paths: ['docs/**']
pull_request:
branches-ignore: [gh-pages]
paths: ['docs/**']
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: docs-build
name: docs-deploy

on:
push:
branches:
- master
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

Expand Down

0 comments on commit f426741

Please sign in to comment.