1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 06:49:24 +00:00

Don't trigger builds when updating certain files such as README

This commit is contained in:
Luke
2025-12-15 18:08:31 +00:00
committed by GitHub
parent 1ac1e6aea4
commit 65eecbf41a

View File

@@ -1,6 +1,14 @@
name: Build
on: [push]
on:
workflow_dispatch:
push:
paths-ignore:
- 'LICENSE'
- 'README.md'
- '.gitignore'
- '.idea/copyright/*.xml'
- '.github/workflows/pullrequest.yml'
jobs:
build: