Skip to content

Commit 06fd698

Browse files
committed
build badge is broken #254 enable build at main branch again ...
... and fix release badge Signed-off-by: Andre Bossert <[email protected]>
1 parent 0a2f43c commit 06fd698

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/pull_request.yml renamed to .github/workflows/pull_request-or-main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Pull-Request
4+
name: Pull-Request-or-Main
55

66
on:
7+
push:
8+
branches:
9+
- main
710
pull_request:
811
branches:
912
- main
@@ -32,7 +35,7 @@ jobs:
3235
- name: Assign build.version.properties to env variable
3336
if: matrix.target-platform == env.DEFAULT_TARGET_PLATFORM
3437
run: cat site/target/build.version.properties >> $GITHUB_ENV
35-
- name: 'Deploy build ${{ env.build_version_full }} for PR${{ github.event.pull_request.number }}'
38+
- name: 'Upload update site artifact for build ${{ env.build_version_full }}'
3639
if: matrix.target-platform == env.DEFAULT_TARGET_PLATFORM
3740
uses: actions/upload-artifact@v2
3841
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center"><a href="https://anb0s.github.io/EasyShell"><img src="https://raw.githubusercontent.com/anb0s/EasyShell/main/platform/logo/horizontalversion.svg" alt="EasyShell" height="100px"></a></p>
22

3-
[![Version](https://img.shields.io/github/release/anb0s/EasyShell.svg)](https://github.com/anb0s/EasyShell/releases) [![Issues](https://img.shields.io/github/issues/anb0s/EasyShell.svg)](https://github.com/anb0s/EasyShell/issues) [![Chat @ gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/anb0s/Lobby) [![build](https://github.com/anb0s/EasyShell/actions/workflows/maven.yml/badge.svg)](https://github.com/anb0s/EasyShell/actions/workflows/maven.yml) [![License](https://img.shields.io/badge/License-EPL%202.0-blue.svg)](https://www.eclipse.org/legal/epl-2.0)
3+
[![Version](https://img.shields.io/github/release/anb0s/EasyShell.svg)](https://github.com/anb0s/EasyShell/releases) [![Issues](https://img.shields.io/github/issues/anb0s/EasyShell.svg)](https://github.com/anb0s/EasyShell/issues) [![Chat @ gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/anb0s/Lobby) [![build](https://github.com/anb0s/EasyShell/actions/workflows/pull_request-or-main.yml/badge.svg)](https://github.com/anb0s/EasyShell/actions/workflows/pull_request-or-main.yml) [![License](https://img.shields.io/badge/License-EPL%202.0-blue.svg)](https://www.eclipse.org/legal/epl-2.0)
44

55
This Eclipse plugin allows to open a shell window or file manager from the popup menu in the navigation tree or editor view. Additionally it is possible to run selected file in the shell, copy file or directory path or run user defined external tools. Key shortcuts and multiple selections are also supported!
66

0 commit comments

Comments
 (0)