19 lines
351 B
YAML
19 lines
351 B
YAML
name: Test Commit Syntax
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- main
|
|
- test-buildscript*
|
|
|
|
jobs:
|
|
testCommits:
|
|
if: "${{ github.repository_owner == 'Nomi-CEu' }}"
|
|
name: Test Commits
|
|
uses: ./.github/workflows/createchangelog.yml
|
|
with:
|
|
release_type: "Cutting Edge Build"
|
|
test: true
|
|
secrets: inherit
|