modded7/.github/workflows/testcommits.yml
Integer Limit e125945743
Switch To App (#589)
[SKIP]
2024-01-03 20:04:25 +11:00

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