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 addaeb4 commit 76c3e3dCopy full SHA for 76c3e3d
.github/workflows/feature.yml
@@ -0,0 +1,19 @@
1
+name: "CI / Feature"
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - feature*
7
+ workflow_dispatch:
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
13
+jobs:
14
+ use-native-library-js-feature:
15
+ permissions:
16
+ contents: read
17
+ actions: write
18
+ checks: write
19
+ uses: MatrixAI/.github/.github/workflows/native-library-js-feature.yml@master
.github/workflows/tag.yml
@@ -0,0 +1,14 @@
+name: "CI / Tag"
+ tags:
+ - 'v*.*.*'
+ use-native-library-js-tag:
+ uses: MatrixAI/.github/.github/workflows/native-library-js-tag.yml@master
0 commit comments