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.
1 parent bcb6024 commit 7bf46c0Copy full SHA for 7bf46c0
1 file changed
.github/workflows/build.yml
@@ -1,6 +1,11 @@
1
name: Build
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ pull_request:
6
+ branches-ignore:
7
+ - "renovate/**"
8
+ - "dependabot/**"
9
10
jobs:
11
build:
0 commit comments