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: on:
push: push:
branches-ignore: branches-ignore:
- main - 'main'
- release/* - 'release/**'
paths: paths:
- dist** - 'dist/**'
pull_request:
paths:
- dist/**
permissions: permissions:
contents: read contents: read

View File

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