Skip to content

Commit

Permalink
Merge pull request #1220 from voxpelli/make-actions-target-branch
Browse files Browse the repository at this point in the history
Avoid duplicate action runs for eg. Dependabot
  • Loading branch information
jsumners committed Nov 15, 2021
2 parents 8fde791 + 7d2a9a0 commit d28197f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bench.yml
@@ -1,6 +1,8 @@
name: Benchmarks
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
@@ -1,6 +1,8 @@
name: CI
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
Expand Down

0 comments on commit d28197f

Please sign in to comment.