From 4aa3db2ba61ec661f8b0c4b893a4619d8956b9db Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Wed, 6 May 2020 09:34:35 +0200 Subject: [PATCH] GitHub Actions - rename workflow to Build --- .github/workflows/{tests.yml => build.yml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{tests.yml => build.yml} (99%) diff --git a/.github/workflows/tests.yml b/.github/workflows/build.yml similarity index 99% rename from .github/workflows/tests.yml rename to .github/workflows/build.yml index 2310397..f2c42ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ # - GitHub Actions: https://help.github.com/en/actions # - IntelliJ Plugin Verifier GitHub Action: https://github.com/ChrisCarini/intellij-platform-plugin-verifier-action -name: Tests +name: Build on: [push, pull_request] jobs: diff --git a/README.md b/README.md index 05d9d7f..b2436f6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # IntelliJ Plugin Template ![official JetBrains project](https://jb.gg/badges/official-flat-square.svg) -![Tests](https://github.com/hsz/intellij-plugin-template/workflows/Tests/badge.svg) +![Build](https://github.com/hsz/intellij-plugin-template/workflows/Build/badge.svg) IntelliJ Plugin Template is a repository that provides a pure boilerplate for creating a plugin project with ease designed as a GitHub template repository (check the [Creating a repository from a template][gh-template] article).