Skip to content

Commit

Permalink
don't run CI actions on dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
javamatte committed Sep 22, 2021
1 parent d40b5ab commit 6cd7932
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/continuousIntegration.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: build

on: [push, workflow_dispatch]
on:
push:
branches-ignore:
- 'dependabot**'
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 6cd7932

Please sign in to comment.