update workflow
This commit is contained in:
@@ -1,12 +1,17 @@
|
|||||||
name: CI Pipeline
|
name: CI Pipeline
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main, master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ main, master ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
shasums:
|
shasums:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Run shasums script
|
- name: Run shasums script
|
||||||
run: |
|
run: |
|
||||||
cp -rv ./hyperterm/ "$HOME/.hyperterm/"
|
cp -rv ./hyperterm/ "$HOME/.hyperterm/"
|
||||||
@@ -199,7 +204,7 @@ jobs:
|
|||||||
git add staged.txt
|
git add staged.txt
|
||||||
|
|
||||||
# Source hyperterm functions
|
# Source hyperterm functions
|
||||||
cd "$GITHUB_WORKSPACE"
|
cd "$GITEA_WORKSPACE"
|
||||||
source hyperterm/core/colors.sh
|
source hyperterm/core/colors.sh
|
||||||
source hyperterm/core/git.sh
|
source hyperterm/core/git.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user