Ignore merge queue branches from build workflow (#4483)

This commit is contained in:
rtm516 2024-03-09 01:24:16 +00:00 committed by GitHub
parent f1e125a360
commit 92ce0fc6c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: Build
on:
workflow_dispatch:
push:
branches-ignore:
- 'gh-readonly-queue/**'
paths-ignore:
- '.github/ISSUE_TEMPLATE/*.yml'
- '.github/actions/pullrequest.yml'