Skip to content

Commit e466075

Browse files
committed
Ignore build on push for dependabot PRs
1 parent 9872755 commit e466075

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
name: Build
44

55
# Controls when the action will run.
6-
on: [push, pull_request, workflow_dispatch]
6+
on:
7+
push:
8+
branches-ignore: "dependabot/**"
9+
pull_request:
10+
paths-ignore:
11+
- '**.md'
12+
workflow_dispatch:
713

814
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
915
jobs:

0 commit comments

Comments
 (0)