GitHub Actions - rename workflow to Build

pull/5/head
Jakub Chrzanowski 4 years ago
parent 51c2c0e9a1
commit 4aa3db2ba6

@ -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:

@ -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).

Loading…
Cancel
Save