1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-07-17 01:52:30 +02:00

chore(ci): ignore markdown files for ci

This commit is contained in:
Jan Larwig
2024-07-18 23:00:30 +02:00
parent f60b7f321f
commit 0e4962a9e8

View File

@ -9,6 +9,7 @@ on:
- '.vscode/**' - '.vscode/**'
- 'contrib/**' - 'contrib/**'
- 'docs/**' - 'docs/**'
- '*.md'
pull_request: pull_request:
branches: branches:
- '**' - '**'
@ -17,6 +18,7 @@ on:
- '.vscode/**' - '.vscode/**'
- 'contrib/**' - 'contrib/**'
- 'docs/**' - 'docs/**'
- '*.md'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest