Skip to content

Commit

Permalink
Add workflow dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Jun 13, 2024
1 parent 8689187 commit eba5d4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Standard Build Check

on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:

jobs:
buildtest:
Expand All @@ -16,9 +19,10 @@ jobs:
run: |
# Needed for using exact python version, which is
# required in `Pipfile`.
# Make sure it is aligned with vss-tools/Pipfile
curl https://pyenv.run | bash
export PATH="$HOME/.pyenv/bin:$PATH"
pyenv install 3.8.12
pyenv install 3.10.6
- name: Install vss-tools dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion vss-tools
Submodule vss-tools updated 105 files

0 comments on commit eba5d4d

Please sign in to comment.