diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 001b6f9..62a6634 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,7 +1,9 @@ name: stack test on: - pull_request: - branches: ["master"] + push: + branches: + - main + - devpod jobs: test: runs-on: ubuntu-latest diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7906517 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "editor.formatOnSave": true, + "files.trimTrailingWhitespace": false, + "files.insertFinalNewline": true, + "terraform.experimentalFeatures.validateOnSave": true, + "editor.tabSize": 2 +}