1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-29 11:49:16 +00:00

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

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'