mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
ci: change push to trigger on main only
This commit is contained in:
@@ -3,6 +3,8 @@ name: Bot Test
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
build-type-and-test:
|
||||
|
||||
@@ -3,6 +3,8 @@ name: Client Test
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
build-type-and-test:
|
||||
|
||||
@@ -3,6 +3,8 @@ name: Discordeno Test
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
build-type-and-test:
|
||||
|
||||
@@ -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
|
||||
@@ -3,6 +3,8 @@ name: Rest Test
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
build-type-and-test:
|
||||
|
||||
@@ -3,6 +3,8 @@ name: Types Test
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
build-type-and-test:
|
||||
|
||||
@@ -3,6 +3,8 @@ name: Utils Test
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
build-type-and-test:
|
||||
|
||||
Reference in New Issue
Block a user