Skip to content

Commit

Permalink
馃殗馃憣 Don't run CI on push to bot branch (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Aug 27, 2022
1 parent 5d54e42 commit 70554e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
@@ -1,5 +1,13 @@
name: "Tests"
on: [push, pull_request]
on:
push:
tags:
- v**
branches-ignore:
- "dependabot/**"
- "sourcery/**"
- "create-pr-action/**"
pull_request:

jobs:
pre-commit:
Expand Down

0 comments on commit 70554e1

Please sign in to comment.