From 4cb6393668a31a5f5adc792c49fccd63578fc3ca Mon Sep 17 00:00:00 2001 From: Kazik Pogoda Date: Mon, 19 Aug 2024 14:48:45 +0200 Subject: [PATCH] github actions renamed --- .github/workflows/{build-snapshot.yml => build-main.yml} | 4 ++-- .github/workflows/build-release.yml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{build-snapshot.yml => build-main.yml} (92%) diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-main.yml similarity index 92% rename from .github/workflows/build-snapshot.yml rename to .github/workflows/build-main.yml index 47ee01f..e3a98e2 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.github/workflows/build-main.yml @@ -1,10 +1,10 @@ -name: Publish SNAPSHOT version to GitHub Packages +name: build main on: push: branches: - main jobs: - build_snapshot: + build_main: runs-on: ubuntu-latest steps: - name: Checkout sources diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 2376dd6..2263d8f 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -1,4 +1,4 @@ -name: Publish release version to GitHub Packages +name: build release on: push: tags: diff --git a/README.md b/README.md index ee3404e..143fd8e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # xemantic-kotlin-swing-dsl -![master](https://github.com/xemantic/xemantic-kotlin-swing-dsl/actions/workflows/build-snapshot.yml/badge.svg) +![master](https://github.com/xemantic/xemantic-kotlin-swing-dsl/actions/workflows/build-main.yml/badge.svg) _Express your Swing code easily in Kotlin_