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 2b444b1 commit bc4601bCopy full SHA for bc4601b
.github/workflows/release.yaml
@@ -0,0 +1,15 @@
1
+name: Публикация релиза
2
+
3
+on:
4
+ release:
5
+ types:
6
+ - published
7
+ workflow_dispatch:
8
9
+jobs:
10
11
+ uses: autumn-library/workflows/.github/workflows/release.yml@main
12
+ with:
13
+ package_mask: "oscript-yaml-*.ospx"
14
+ secrets:
15
+ PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
.github/workflows/test.yaml
@@ -0,0 +1,12 @@
+name: Тестирование
+ push:
+ pull_request:
+ test:
+ uses: autumn-library/workflows/.github/workflows/test.yml@oneunit
+ os_versions: '["ubuntu-latest", "windows-latest"]'
0 commit comments