Temporarily disable the trigger to avoid unnecessary builds.

This commit is contained in:
Miroslav Šedivý 2025-03-28 16:53:42 +01:00
parent 1ea833bbdd
commit 2672c120e0
2 changed files with 18 additions and 14 deletions

View file

@ -1,12 +1,14 @@
name: Build and Publish Client Artifacts
on:
pull_request: # Change to push when ready to deploy
branches:
- master
paths:
- client/**
- .github/workflows/client_build.yml
on: {} # Temporarily disable the trigger to avoid unnecessary builds
#on:
# pull_request: # Change to push when ready to deploy
# branches:
# - master
# paths:
# - client/**
# - .github/workflows/client_build.yml
jobs:
client_build:

View file

@ -1,12 +1,14 @@
name: Build and Publish Server Artifacts
on:
pull_request: # Change to push when ready to deploy
branches:
- master
paths:
- server/**
- .github/workflows/server_build.yml
on: {} # Temporarily disable the trigger to avoid unnecessary builds
#on:
# pull_request: # Change to push when ready to deploy
# branches:
# - master
# paths:
# - server/**
# - .github/workflows/server_build.yml
jobs:
server_build: