Skip to content

Bump discord-api-types from 0.37.104 to 0.37.105 in the discord-js gr… #85

Bump discord-api-types from 0.37.104 to 0.37.105 in the discord-js gr…

Bump discord-api-types from 0.37.104 to 0.37.105 in the discord-js gr… #85

Workflow file for this run

# SPDX-FileCopyrightText: © 2024 Kevin Lu
# SPDX-Licence-Identifier: AGPL-3.0-or-later
name: Continuous integration and deployment
on:
push:
branches: [master]
jobs:
node-js:
uses: ./.github/workflows/node.js.yml
secrets: inherit
name: Compile and test
docker:
needs: node-js
uses: ./.github/workflows/docker.yml
secrets: inherit
name: Build Docker image and deploy to preview
test:
needs: docker
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/node.js.integration.yml
secrets: inherit
name: Integration tests
release:
needs: test
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/release-compose.yml
secrets: inherit
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: Release to production (Compose)