mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 09:06:20 +02:00
Simplify build job condition in docker-worker.yml
Removed conditional check for src/RemoteExec.Worker changes.
This commit is contained in:
@@ -9,7 +9,6 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: contains(github.event.head_commit.modified, 'src/RemoteExec.Worker/') || contains(github.event.head_commit.added, 'src/RemoteExec.Worker/') || contains(github.event.head_commit.removed, 'src/RemoteExec.Worker/')
|
||||
runs-on: ubuntu-latest
|
||||
name: Build & Push Worker Image
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user