Skip to content

Commit d5a84b9

Browse files
authored
Merge pull request #134 from pavelhoral/main
Ignore push event on dependabot branches
2 parents 846e9a3 + 6e49d83 commit d5a84b9

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)