We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80ceec9 + 95e2184 commit f1821fdCopy full SHA for f1821fd
.github/workflows/qa.yml
@@ -2,7 +2,6 @@ name: Контроль качества
2
3
on:
4
push:
5
- pull_request:
6
workflow_dispatch:
7
8
jobs:
.github/workflows/test.yml
@@ -0,0 +1,10 @@
1
+name: Тестирование
+
+on:
+ push:
+ pull_request:
+ workflow_dispatch:
+jobs:
9
+ test:
10
+ uses: autumn-library/workflows/.github/workflows/test.yml@main
0 commit comments