From 8b6013e1c0c1bed9c9b6d24db0e726c6437a0e52 Mon Sep 17 00:00:00 2001 From: Frog Date: Wed, 19 Nov 2025 02:22:53 -0800 Subject: [PATCH] Update and rename autobuild.yml to cibuilds.yml - Adjusted old AutoBuild script for CI builds - Renamed from AutoBuild to CIBuilds - Configured to run on every commit to main branch --- .github/workflows/{autobuild.yml => cibuilds.yml} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename .github/workflows/{autobuild.yml => cibuilds.yml} (91%) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/cibuilds.yml similarity index 91% rename from .github/workflows/autobuild.yml rename to .github/workflows/cibuilds.yml index 174200b..278b27a 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/cibuilds.yml @@ -1,12 +1,10 @@ -name: Autobuild +name: CI Builds on: push: - tags: - - '*' + branches: + - main workflow_dispatch: - pull_request: - types: [ main ] jobs: build: