Skip to content

Commit

Permalink
build basic-cli 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Apr 28, 2024
1 parent 759e26e commit fb89674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic_cli_build_release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
# pull_request:
pull_request:
workflow_dispatch:

# this cancels workflows currently in progress if you start a new one
Expand All @@ -11,7 +11,7 @@ env:
# use .tar.gz for quick testing
ARCHIVE_FORMAT: .tar.br
# Make a new basic-cli git tag and set it here before starting this workflow
RELEASE_TAG: 0.9.1
RELEASE_TAG: 0.10.0

jobs:
prepare:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_manager.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
pull_request:
#pull_request:

name: CI manager

Expand Down

0 comments on commit fb89674

Please sign in to comment.