Skip to content

Commit

Permalink
Simplify GitHub Actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Nov 1, 2023
1 parent e8cd409 commit 6d9a403
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
name: 'Build and test'

on:
pull_request:
types: [opened, reopened]
push:
paths-ignore:
- 'docs/**'
- 'CITATION.cff'
workflow_dispatch:

jobs:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Sphinx documentation

on:
pull_request:
types: [opened, reopened]
push:
paths:
- 'docs/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6d9a403

Please sign in to comment.