Skip to content

Commit

Permalink
Run tests on PRs and deploy docs on push (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaucasau authored Oct 16, 2023
1 parent 0517046 commit a8aee06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
name: Deploy Docs

on:
workflow_dispatch:
push:
branches:
- main

jobs:
docs_publish:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Tests, linter and coverage

on:
push:
branches:
- main
- 'stable/**'
pull_request:
branches:
- main
Expand Down

0 comments on commit a8aee06

Please sign in to comment.