Skip to content

Commit

Permalink
added manual release option
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Sep 9, 2024
1 parent 35d7b5f commit e5f3b8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- '*'
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down Expand Up @@ -70,4 +71,4 @@ jobs:
TF_VAR_elastic_username
TF_VAR_aws_secret_key
TF_VAR_aws_access_key
TF_TOKEN_app_terraform_io
TF_TOKEN_app_terraform_io
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"cucumberautocomplete.onTypeFormat": true,
Expand Down

0 comments on commit e5f3b8f

Please sign in to comment.