Skip to content

chore(deps): lock file maintenance (#1335) #899

chore(deps): lock file maintenance (#1335)

chore(deps): lock file maintenance (#1335) #899

Workflow file for this run

name: "📱"
on:
push:
paths-ignore:
- "**/*.md"
- ".coderabbitai.yaml"
- ".github/*.yml"
- ".github/docker/**"
- ".github/ISSUE_TEMPLATE/**"
- ".github/renovate.json5"
- ".github/workflows/bump-*"
- ".github/workflows/docker-*"
- ".github/workflows/pr-label*"
- ".github/workflows/publish-*"
- ".github/workflows/release-*"
- ".github/workflows/void-*"
- ".github/workflows/winget-*"
- "aur-template/**"
- "screenshots/**"
- "xbps-template/**"
branches:
- main
concurrency:
# On main, we want all builds to complete even if merging happens faster to make it easier to discover at which point something broke.
group: ${{ github.ref == 'refs/heads/main' && format('android-main-{0}', github.sha) || format('android-{0}', github.ref) }}
jobs:
push:
permissions:
contents: write
uses: ./.github/workflows/android.yml
secrets: inherit