mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-06-12 19:11:25 -07:00
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
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
name: Autobuild
|
||||
name: CI Builds
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
Reference in New Issue
Block a user