ci: change push to trigger on main only

This commit is contained in:
H01001000
2023-03-08 19:54:32 -08:00
parent 3112007ed9
commit 04df971025
8 changed files with 14 additions and 11 deletions
+2
View File
@@ -3,6 +3,8 @@ name: Bot Test
on:
pull_request:
push:
branches:
- "main"
jobs:
build-type-and-test:
+2
View File
@@ -3,6 +3,8 @@ name: Client Test
on:
pull_request:
push:
branches:
- "main"
jobs:
build-type-and-test:
+2
View File
@@ -3,6 +3,8 @@ name: Discordeno Test
on:
pull_request:
push:
branches:
- "main"
jobs:
build-type-and-test:
+2
View File
@@ -3,6 +3,8 @@ name: Gateway Test
on:
pull_request:
push:
branches:
- "main"
jobs:
build-type-and-test:
@@ -1,11 +0,0 @@
name: Rest Pkg Test Status
on:
workflow_call:
jobs:
rest-pkg-test-status:
name: Rest Pkg Test Status
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
+2
View File
@@ -3,6 +3,8 @@ name: Rest Test
on:
pull_request:
push:
branches:
- "main"
jobs:
build-type-and-test:
+2
View File
@@ -3,6 +3,8 @@ name: Types Test
on:
pull_request:
push:
branches:
- "main"
jobs:
build-type-and-test:
+2
View File
@@ -3,6 +3,8 @@ name: Utils Test
on:
pull_request:
push:
branches:
- "main"
jobs:
build-type-and-test: