Skip to content

Commit f1f52e9

Browse files
committed
Ignore push event on bot PRs
1 parent 5ed3367 commit f1f52e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
name: CI
33
on:
4-
push:
54
pull_request:
5+
push:
6+
branches-ignore:
7+
- renovate/*
8+
- dependabot/*
69
workflow_dispatch:
710
schedule:
811
- cron: 0 0 * * *

.github/workflows/cypress.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Cypress
33
on:
44
pull_request:
55
push:
6+
branches-ignore:
7+
- renovate/*
8+
- dependabot/*
69
workflow_dispatch:
710
schedule:
811
- cron: 0 0 * * 0

0 commit comments

Comments
 (0)