oms-Marketing/.github/workflows/main.yml
Dennis Eichhorn b3b30da280 fix tests
2023-09-27 01:22:14 +00:00

21 lines
372 B
YAML
Executable File

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/php_template.yml@develop
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}