]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Revert "Bundlewatch: stop ignoring dependabot branches (#33192)" (#35069)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 4 Oct 2021 16:34:47 +0000 (19:34 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 22 Oct 2021 14:07:51 +0000 (17:07 +0300)
This reverts commit 5560c86070c8be08f76801bbc7e525eea4fc0cf6.

.github/workflows/bundlewatch.yml

index c62aad396fff1d8afb6025214bf3a9f4ea9af66a..8ec0b546af43d8b284613517a05ce2c9edded29a 100644 (file)
@@ -2,6 +2,8 @@ name: Bundlewatch
 
 on:
   push:
+    branches-ignore:
+      - "dependabot/**"
   pull_request:
 
 env: