We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ed3367 + f1f52e9 commit f6a3f9fCopy full SHA for f6a3f9f
.github/workflows/ci.yaml
@@ -1,8 +1,11 @@
1
---
2
name: CI
3
on:
4
- push:
5
pull_request:
+ push:
6
+ branches-ignore:
7
+ - renovate/*
8
+ - dependabot/*
9
workflow_dispatch:
10
schedule:
11
- cron: 0 0 * * *
.github/workflows/cypress.yaml
@@ -3,6 +3,9 @@ name: Cypress
push:
- cron: 0 0 * * 0
0 commit comments