Temporarily disable the trigger to avoid unnecessary builds.
This commit is contained in:
parent
1ea833bbdd
commit
2672c120e0
2 changed files with 18 additions and 14 deletions
16
.github/workflows/client_build.yml
vendored
16
.github/workflows/client_build.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
16
.github/workflows/server_build.yml
vendored
16
.github/workflows/server_build.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue