Skip to content

Commit

Permalink
basic-cli test release
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Aug 27, 2024
1 parent e8c7857 commit 89d4909
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.14.0
RELEASE_TAG: 0.15.0-testing

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 89d4909

Please sign in to comment.