Skip to content

Commit 6e49d83

Browse files
committed
Ignore push event on dependabot branches
1 parent 846e9a3 commit 6e49d83

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-project.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches-ignore:
6+
- 'dependabot/**'
7+
pull_request:
48

59
jobs:
610
build:

0 commit comments

Comments
 (0)