Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanm committed Jul 6, 2023
1 parent 6109c47 commit d51fa5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: build-and-release-addon
on:
push:
tags: ["*"]
workflow_dispatch:

jobs:
build-and-release:
Expand All @@ -16,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -upgrade scons markdown
python -m pip install --upgrade scons markdown
sudo apt-get update -y
sudo apt-get install -y gettext
- name: Build add-on
Expand Down

0 comments on commit d51fa5f

Please sign in to comment.