Skip to content

Commit

Permalink
can't have both branches: and branches-ignore: at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsch committed Feb 14, 2024
1 parent a153ef9 commit 2f397a1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,9 @@ name: Documentation

on:
push:
branches:
- master
- develop
- feature/github-actions
- feature/doc-**
- 'doc/**'
branches-ignore:
- 'dependabot/**'
tags: '*'
pull_request:
branches:
- master
- develop
- feature/github-actions
- feature/doc-**
- 'doc/**'
branches-ignore:
- 'dependabot/**'

Expand Down

0 comments on commit 2f397a1

Please sign in to comment.