WorkFlow update

This commit is contained in:
carpentryplus25
2026-03-05 09:14:22 -05:00
parent 10e1be4bea
commit 2854e715dc

View File

@@ -3,7 +3,7 @@ name: Generate Build Info (Commit Hash)
on:
push:
branches:
- main # Change to your actual production branch if
- main
different (e.g. master)
pull_request:
branches:
@@ -13,7 +13,7 @@ different (e.g. master)
jobs:
build-info:
runs-on: ubuntu-latest # Or 'self-hosted' / your runner's label if
runs-on: ubuntu-latest
different
steps: