Skip to content

Commit 7cb301a

Browse files
committed
GH-49671: [CI][Docs] Don't run jobs for push by Dependabot
1 parent f51a70f commit 7cb301a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,17 @@
1818
name: Docs
1919

2020
on:
21+
push:
22+
branches:
23+
- '**'
24+
- '!dependabot/**'
25+
tags:
26+
- '**'
2127
pull_request:
2228
paths:
2329
- '.github/workflows/docs.yml'
2430
- 'cpp/apidoc/**'
2531
- 'docs/**'
26-
push:
2732

2833
permissions:
2934
contents: read

0 commit comments

Comments
 (0)