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 name: Build and Publish Client Artifacts
on: on: {} # Temporarily disable the trigger to avoid unnecessary builds
pull_request: # Change to push when ready to deploy
branches: #on:
- master # pull_request: # Change to push when ready to deploy
paths: # branches:
- client/** # - master
- .github/workflows/client_build.yml # paths:
# - client/**
# - .github/workflows/client_build.yml
jobs: jobs:
client_build: client_build:

View file

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