Skip to content

Commit

Permalink
Prepare CI for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekharkunov committed Jun 19, 2024
1 parent fdad63d commit 74e9f0f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 53 deletions.
1 change: 1 addition & 0 deletions .github/workflows/application-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build jars

on:
workflow_dispatch:
push:
tags:
- "extender-v[0-9]+.[0-9]+.[0-9]+"
Expand Down
13 changes: 12 additions & 1 deletion .github/workflows/docker-env-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
name: Build Docker environment container

on:
workflow_dispatch:
push:
tags:
- "*"
- "android*"
- "base*"
- "linux*"
- "emsdk*"
- "wine*"
- "winsdk*"
- "nssdk*"
- "ps4*"
- "ps5*"



env:
GOOGLE_ARTIFACT_REGISTRY: europe-north1-docker.pkg.dev
Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/dockerimage.yml

This file was deleted.

0 comments on commit 74e9f0f

Please sign in to comment.