diff options
| author | William Boman <william@redwill.se> | 2022-07-24 15:05:22 +0200 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-07-24 15:06:55 +0200 |
| commit | c92cc60866930a330ddbf5e92996b46a1dab23ee (patch) | |
| tree | bb3f23da69b05c01fa5b9dc01996cf9f78f37007 /.github | |
| parent | feat: add vale (#121) (diff) | |
| download | mason-c92cc60866930a330ddbf5e92996b46a1dab23ee.tar mason-c92cc60866930a330ddbf5e92996b46a1dab23ee.tar.gz mason-c92cc60866930a330ddbf5e92996b46a1dab23ee.tar.bz2 mason-c92cc60866930a330ddbf5e92996b46a1dab23ee.tar.lz mason-c92cc60866930a330ddbf5e92996b46a1dab23ee.tar.xz mason-c92cc60866930a330ddbf5e92996b46a1dab23ee.tar.zst mason-c92cc60866930a330ddbf5e92996b46a1dab23ee.zip | |
stable branch release
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check-generated-code-state.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/stylua.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/check-generated-code-state.yml b/.github/workflows/check-generated-code-state.yml index f3b94fea..99abfe25 100644 --- a/.github/workflows/check-generated-code-state.yml +++ b/.github/workflows/check-generated-code-state.yml @@ -3,7 +3,7 @@ name: Check generated code state on: push: branches: - - "alpha" + - "main" pull_request: jobs: diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index 877795de..e28130be 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -3,7 +3,7 @@ name: Stylua check on: push: branches: - - "alpha" + - "main" pull_request: jobs: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8636dbb6..68c2e219 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,7 +3,7 @@ name: Tests on: push: branches: - - "alpha" + - "main" pull_request: jobs: |
