update all workflows to use ** to recursively check for file changes
Some checks are pending
/ render-helm (push) Waiting to run
/ build-openbao-csi-provider (push) Successful in 17s
/ build-keycloak (push) Successful in 50s
/ build-synapse (push) Successful in 46s
/ build-traefik-forward-auth (push) Successful in 40s
/ build-openbao (push) Successful in 10m32s

This commit is contained in:
Finn 2024-09-10 09:57:38 -07:00
parent db49b77556
commit cb7222c78e
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
on:
push:
paths:
- containers/keycloak/*
- containers/keycloak/**
- .forgejo/workflows/build-keycloak.yaml
jobs:
build-keycloak:

View file

@ -1,7 +1,7 @@
on:
push:
paths:
- containers/openbao-csi-provider/*
- containers/openbao-csi-provider/**
- .forgejo/workflows/build-openbao-csi-provider.yaml
jobs:
build-openbao-csi-provider:

View file

@ -1,7 +1,7 @@
on:
push:
paths:
- containers/openbao/*
- containers/openbao/**
- .forgejo/workflows/build-openbao.yaml
jobs:
build-openbao:

View file

@ -1,7 +1,7 @@
on:
push:
paths:
- containers/synapse/*
- containers/synapse/**
- .forgejo/workflows/build-synapse.yaml
schedule:
- cron: '0 12 */7 * *'

View file

@ -1,7 +1,7 @@
on:
push:
paths:
- containers/traefik-forward-auth/*
- containers/traefik-forward-auth/**
- .forgejo/workflows/build-traefik-forward-auth.yaml
jobs:
build-traefik-forward-auth: