mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 02:16:21 +02:00
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
|
||||
|
||||
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:
|
||||
|
|
16
.github/workflows/server_build.yml
vendored
16
.github/workflows/server_build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue