CI: partial revert 1782, restore wasm ci #2846
Workflow file for this run
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: Check changelog | |
on: | |
pull_request: | |
branches: | |
- master | |
types: | |
- labeled | |
- opened | |
- reopened | |
- synchronize | |
- unlabeled | |
jobs: | |
check-changelog: | |
name: Check changelog | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check changelog | |
uses: tarides/changelog-check-action@v3 |