WorkFlow update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user