Skip to content

chore(all): cache and filter are middlewares #4

chore(all): cache and filter are middlewares

chore(all): cache and filter are middlewares #4

Workflow file for this run

name: No trigger file paths
on:
push:
branches:
- master
- v2.0.0-beta
paths-ignore:
- .github/workflows/ci.yml
- cmd/**
- internal/**
- pkg/**
- .dockerignore
- .golangci.yml
- Dockerfile
- go.mod
- go.sum
pull_request:
paths-ignore:
- .github/workflows/ci.yml
- cmd/**
- internal/**
- pkg/**
- .dockerignore
- .golangci.yml
- Dockerfile
- go.mod
- go.sum
jobs:
verify:
runs-on: ubuntu-latest
permissions:
actions: read
steps:
- name: No trigger path triggered for required verify workflow.
run: exit 0