Skip to content

Commit

Permalink
Avoid running actions twice on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Nov 1, 2023
1 parent c9ddad4 commit 6b41e29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
name: 'Build and test'

on:
pull_request:
types: [opened, reopened]
push:
paths-ignore:
- 'docs/**'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Sphinx documentation

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

0 comments on commit 6b41e29

Please sign in to comment.