1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Do not run some workflows for Dependabot branches

Issue gh-13873

(cherry picked from commit ab812b2b53)
This commit is contained in:
Marcus Da Coregio
2023-09-29 14:03:04 -03:00
parent adef0f3f25
commit 9e877c9bc6
2 changed files with 3 additions and 3 deletions
@@ -2,8 +2,8 @@ name: CI
on:
push:
branches:
- '**'
branches-ignore:
- "dependabot/**"
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch: # Manual trigger
+1 -1
View File
@@ -1,7 +1,7 @@
name: Deploy Docs
on:
push:
branches-ignore: [ gh-pages ]
branches-ignore: [ "gh-pages", "dependabot/**" ]
tags: '**'
repository_dispatch:
types: request-build-reference # legacy