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 fdc4e53 commit 41c252eCopy full SHA for 41c252e
.github/workflows/u24_element_before_release.yml
@@ -0,0 +1,17 @@
1
+name: u24_element_before_release
2
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - '**'
7
+ tags-ignore:
8
9
+ workflow_dispatch:
10
+jobs:
11
+ call_context_check:
12
+ uses: dj-sciops/djsciops-cicd/.github/workflows/context_check.yaml@main
13
+ call_u24_elements_build_alpine:
14
+ uses: dj-sciops/djsciops-cicd/.github/workflows/u24_element_build.yaml@main
15
+ with:
16
+ py_ver: 3.9
17
+ image: djbase
0 commit comments