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 1a84372 commit b974ba1Copy full SHA for b974ba1
.github/workflows/release.yml
@@ -1,8 +1,13 @@
1
name: Release
2
+
3
on:
4
push:
5
tags:
6
- '*.*.*'
7
8
+concurrency:
9
+ group: java-exaroton-api
10
11
jobs:
12
release:
13
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -1,9 +1,14 @@
name: Test
branches:
- '*'
pull_request:
test:
14
0 commit comments