WorkFlow update
This commit is contained in:
@@ -3,7 +3,7 @@ name: Generate Build Info (Commit Hash)
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # Change to your actual production branch if
|
- main
|
||||||
different (e.g. master)
|
different (e.g. master)
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
@@ -13,7 +13,7 @@ different (e.g. master)
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-info:
|
build-info:
|
||||||
runs-on: ubuntu-latest # Or 'self-hosted' / your runner's label if
|
runs-on: ubuntu-latest
|
||||||
different
|
different
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user