We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369c4a9 commit cea3040Copy full SHA for cea3040
.circleci/config.yml
.github/workflows/cd.yml
@@ -0,0 +1,18 @@
1
+name: cd
2
+on:
3
+ workflow_run:
4
+ workflows: ["ci"]
5
+ branches-ignore: ["*"]
6
+ types:
7
+ - completed
8
+ push:
9
+ tags:
10
+ - "^v.*"
11
+
12
+permissions:
13
+ contents: read
14
15
+jobs:
16
+ plugin-cd:
17
+ uses: mattermost/actions-workflows/.github/workflows/plugin-cd.yml@main
18
+ secrets: inherit
.github/workflows/ci.yml
+name: ci
+ schedule:
+ - cron: "0 0 * * *"
+ branches:
+ - master
+ pull_request:
+ plugin-ci:
+ uses: mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main
.nvmrc
@@ -0,0 +1 @@
+14.21.1
0 commit comments