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.
2 parents 0f3f7e3 + 29e24fa commit 1b3374bCopy full SHA for 1b3374b
1 file changed
.github/workflows/ci.yml
@@ -0,0 +1,22 @@
1
+name: CI
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ - main
8
+ - 'v*-branch'
9
+ pull_request:
10
11
12
13
14
15
+jobs:
16
+ ci:
17
+ uses: humanmade/altis-dev-tools/.github/workflows/module-ci.yml@088bce7321fde60b9c22e792e764fa13ccd8f6ab
18
+ with:
19
+ altis-package: altis/media
20
+ secrets:
21
+ DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
22
+ DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments