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 81aafb1 commit 6ab242eCopy full SHA for 6ab242e
.github/workflows/package.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- main
8
+ workflow_call: {}
9
10
jobs:
11
build:
.github/workflows/publish.yml
@@ -0,0 +1,10 @@
1
+name: Test and lint
2
+
3
+on:
4
+ push:
+ tags:
+ - "[0-9]+.[0-9]+.[0-9]+"
+jobs:
+ call-build:
+ uses: ./.github/workflows/package.yml
0 commit comments