You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-10 22:51:31 +02:00
revert: ignoring non-code paths
This commit is contained in:
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
@@ -4,21 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
paths-ignore:
|
|
||||||
- '.devcontainer/**'
|
|
||||||
- '.vscode/**'
|
|
||||||
- 'contrib/**'
|
|
||||||
- 'docs/**'
|
|
||||||
- '*.md'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
paths-ignore:
|
|
||||||
- '.devcontainer/**'
|
|
||||||
- '.vscode/**'
|
|
||||||
- 'contrib/**'
|
|
||||||
- 'docs/**'
|
|
||||||
- '*.md'
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user