refactor: Use Event instead of EventUpdate for storing in db #1892
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: | |
- main | |
tags: | |
- v[0-9]+.[0-9]+.[0-9]+ | |
pull_request: | |
merge_group: | |
concurrency: | |
group: ${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
dart: | |
permissions: | |
contents: read | |
uses: famedly/frontend-ci-templates/.github/workflows/dart.yml@main | |
with: | |
env_file: ".github/workflows/versions.env" | |
secrets: | |
ssh_key: "${{ secrets.CI_SSH_PRIVATE_KEY }}" | |
general: | |
permissions: | |
contents: read | |
uses: famedly/frontend-ci-templates/.github/workflows/general.yml@main | |
app_jobs: | |
secrets: inherit | |
uses: ./.github/workflows/app.yml |