Skip to content

Commit

Permalink
Updated github workflows (#227)
Browse files Browse the repository at this point in the history
* Updated pull-request.yaml

* Updated documentation-deploy
  • Loading branch information
adimiko authored May 24, 2024
1 parent 3f0cde5 commit ff9a8ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- '.github/workflows/documentation*.yml'
- '.github/workflows/documentation*.yaml'
- 'documentation/**'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- '.github/workflows/documentation*.yml'
- '.github/workflows/documentation*.yaml'
- 'documentation/**'

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
pull_request:
branches:
- main
paths:
- '.github/workflows/pull-request.yaml'
- 'samples/**'
- 'source/**'
- 'tests/**'

jobs:

Expand Down

0 comments on commit ff9a8ee

Please sign in to comment.