mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Monorepo with Helm - don't act when modifying charts/
This commit is contained in:
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@@ -2,6 +2,8 @@ name: Pull Request
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'charts/**'
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -29,6 +29,8 @@ on:
|
||||
- 'v*'
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'charts/**'
|
||||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user