Skip to content

chore(deps): bump google-api-core from 2.22.0 to 2.23.0 (#383) #1128

chore(deps): bump google-api-core from 2.22.0 to 2.23.0 (#383)

chore(deps): bump google-api-core from 2.22.0 to 2.23.0 (#383) #1128

Workflow file for this run

name: "Continuous Integration"
on:
push:
branches:
- master
- CI*
tags:
- v*
pull_request:
branches:
- master
permissions:
contents: write
pull-requests: read
jobs:
build_app:
uses: ./.github/workflows/build_app.yml
localization:
uses: ./.github/workflows/localization.yml
with:
branch_name: ${{ github.ref_name }}
secrets:
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
release:
permissions:
contents: write
pull-requests: read
if: github.event_name == 'push' && github.ref_type == 'tag'
needs: [build_app, localization]
uses: ./.github/workflows/create_release.yml
with:
ref_name: ${{ github.ref_name }}