Skip to content

Merge pull request #62 from Astra-Interactive/feature/update-commands #32

Merge pull request #62 from Astra-Interactive/feature/update-commands

Merge pull request #62 from Astra-Interactive/feature/update-commands #32

name: CI
on:
push:
branches:
- master
jobs:
gradle_validation:
uses: ./.github/workflows/call-gradle-wrapper-validation.yml
upload_artifacts:
needs: [ gradle_validation ]
uses: ./.github/workflows/call-upload-artifacts.yml
upload_github_artifacts:
needs: [ upload_artifacts ]
uses: ./.github/workflows/call-upload-github-release.yml
secrets:
ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
upload_modrinth_artifacts:
needs: [ upload_artifacts ]
uses: ./.github/workflows/call-upload-modrinth-release.yml
secrets:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}