feat: feedback activity monitor #45
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: CI | |
on: | |
push: | |
branches: | |
- 'beta/release-v1' # as long as stable release not rolled out yet, this branch should be used as development | |
pull_request: | |
branches: | |
- '**' # matches every branch | |
- '!master' # excludes master | |
jobs: | |
ci: | |
name: Run CI | |
uses: ./.github/workflows/ci.yml |