build(deps): bump chatsounds from ef2ec4e
to c98e69b
in the cargo…
#77
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
pull_request: | |
branches: [master, main] | |
push: | |
branches: ["*"] | |
tags: ["*"] | |
workflow_dispatch: | |
concurrency: | |
group: build-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
uses: SpiralP/github-reusable-workflows/.github/workflows/build.yml@main |