aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-07-24 15:05:22 +0200
committerWilliam Boman <william@redwill.se>2022-07-24 15:06:55 +0200
commitc92cc60866930a330ddbf5e92996b46a1dab23ee (patch)
treebb3f23da69b05c01fa5b9dc01996cf9f78f37007 /.github/workflows
parentfeat: add vale (#121) (diff)
downloadmason-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/workflows')
-rw-r--r--.github/workflows/check-generated-code-state.yml2
-rw-r--r--.github/workflows/stylua.yml2
-rw-r--r--.github/workflows/tests.yml2
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: