Skip to content

Commit

Permalink
filter duplicate workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Jun 11, 2024
1 parent d4e50ec commit bb035ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ name: "Continuous Integration"

on:
push:
branches: [ '**' ]
branches:
- '**'
- '!dependabot/**'
pull_request:
branches: [ '**' ]

Expand Down

0 comments on commit bb035ba

Please sign in to comment.