Skip to content

build(deps): bump axios from 1.13.6 to 1.15.0 (#391) #101

build(deps): bump axios from 1.13.6 to 1.15.0 (#391)

build(deps): bump axios from 1.13.6 to 1.15.0 (#391) #101

Workflow file for this run

name: Main Action
on:
push:
branches:
- master
tags:
- '[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ios:
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/ios.yml
secrets: inherit
android:
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/android.yml
secrets: inherit
alpha:
if: github.ref == 'refs/heads/master'
needs: android
uses: ./.github/workflows/alpha.yml
secrets: inherit
beta:
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/beta.yml
secrets: inherit
release:
if: startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
secrets: inherit
version:
if: startsWith(github.ref, 'refs/tags/')
needs: release
uses: ./.github/workflows/version.yml
secrets: inherit