From 6c81b4e298a851e9406f400679a06309181fcaa4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 28 Apr 2023 12:59:35 +0000 Subject: [PATCH] Introduce dev-build; checking latest engine compatibility --- .github/workflows/dev.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/dev.yml diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml new file mode 100644 index 0000000..a27a639 --- /dev/null +++ b/.github/workflows/dev.yml @@ -0,0 +1,11 @@ +name: Dev-Build + +on: + push: + schedule: + - cron: '21 21 * * *' + workflow_dispatch: + +jobs: + build: + uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v2