oms-StockTaking/.github/workflows/main.yml
Dennis Eichhorn 895e8b60bb fix tests
2023-09-26 15:47:54 +00:00

21 lines
366 B
YAML

name: CI
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
schedule:
- cron: '0 0 1,15 * *'
jobs:
general_module_workflow:
uses: Karaka-Management/Karaka/.github/workflows/module.yml@develop
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}