Simplify the workflow triggers

This commit is contained in:
daz 2024-04-10 10:22:57 -06:00
parent 7b822e51a5
commit 0be451eca3
No known key found for this signature in database
2 changed files with 5 additions and 10 deletions

View File

@ -4,13 +4,10 @@ name: CI-check-no-dist-update
on:
push:
branches-ignore:
- main
- release/*
- 'main'
- 'release/**'
paths:
- dist**
pull_request:
paths:
- dist/**
- 'dist/**'
permissions:
contents: read

View File

@ -4,10 +4,8 @@ on:
workflow_dispatch:
push:
branches:
- main
- release/**
paths-ignore:
- 'dist/**'
- 'main'
- 'release/**'
permissions:
contents: write