We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95b9b3 commit 2e33435Copy full SHA for 2e33435
.github/workflows/release.yml
@@ -2,9 +2,8 @@ name: Release
2
3
on:
4
push:
5
- # Sequence of patterns matched against refs/tags
6
tags:
7
- - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
+ - 'v*'
8
9
jobs:
10
build-project:
.github/workflows/test.yml
@@ -1,7 +1,9 @@
1
-name: Release
+name: Tests
+ branches:
+ - '*'
run-tests:
@@ -11,5 +13,5 @@ jobs:
11
13
uses: actions/checkout@v2
12
14
- name: Setup Gradle
15
uses: gradle/gradle-build-action@v2
- - name: Run tests with Gradle Wrapper
16
+ - name: Run tests
17
run: ./gradlew test
0 commit comments