Skip to content

Commit

Permalink
Remove restrictions for linting and deployment of the docu
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoerstr committed Feb 19, 2024
1 parent f1a6290 commit 5d65366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_deploy_docu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build and deploy docu

on:
push:
branches:
- 'main'
paths:
- 'docs/**'
- '.github/workflows/**'
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Lint

on:
on:
push:
branches:
- 'main'
paths:
- 'pfdl_scheduler/**'
- '.github/workflows/**'
pull_request:
pull_request:
branches:
- 'main'
paths:
Expand Down

0 comments on commit 5d65366

Please sign in to comment.