From 2052751bab7792b119d63435e994717cceecb4ab Mon Sep 17 00:00:00 2001 From: nkononov Date: Thu, 14 Mar 2024 15:46:03 -0400 Subject: [PATCH] Fixed on push branches --- .github/workflows/ci-file.yaml | 3 +- .idea/workspace.xml | 72 ++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 .idea/workspace.xml diff --git a/.github/workflows/ci-file.yaml b/.github/workflows/ci-file.yaml index b0a0f58..e96f6e1 100644 --- a/.github/workflows/ci-file.yaml +++ b/.github/workflows/ci-file.yaml @@ -6,7 +6,8 @@ on: - published push: branches: - - release-1 + - 'release*' + - master jobs: build: diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..33d9ac1 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + { + "keyToString": { + "DefaultGoTemplateProperty": "Go File", + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.go.format.on.save.advertiser.fired": "true", + "RunOnceActivity.go.formatter.settings.were.checked": "true", + "RunOnceActivity.go.migrated.go.modules.settings": "true", + "RunOnceActivity.go.modules.go.list.on.any.changes.was.set": "true", + "RunOnceActivity.go.watchers.conflict.with.on.save.actions.check.performed": "true", + "WebServerToolWindowFactoryState": "false", + "go.import.settings.migrated": "true", + "go.sdk.automatically.set": "true", + "last_opened_file_path": "/home/nkononov/go/src/github.com/kononovn/lsp" + } +} + + + + + + + + false + true + + \ No newline at end of file