Skip to content

Commit

Permalink
Introduce dev-build; checking latest engine compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 28, 2023
1 parent fba1ff7 commit 6c81b4e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6c81b4e

Please sign in to comment.