1 parent fbe2646 commit 3f24f4aCopy full SHA for 3f24f4a
1 file changed
.github/workflows/website.yml
@@ -22,6 +22,8 @@ name: Build Attic site
22
23
on:
24
push:
25
+ branches-ignore:
26
+ - 'dependabot/*' # Don't need to build dependabot for both push and PR
27
pull_request:
28
workflow_dispatch:
29
0 commit comments