Skip to content

Update github.com/nyaruka/phonenumbers #5498 #615

Update github.com/nyaruka/phonenumbers #5498

Update github.com/nyaruka/phonenumbers #5498 #615

Workflow file for this run

name: CI - Branches
on:
push:
branches:
- '*'
- '!gh-pages'
- '!ui-review*'
jobs:
checks:
if: ${{ github.repository != 'oursky/authgear-server' }}
uses: ./.github/workflows/run-checks.yaml
builds:
if: ${{ github.repository != 'oursky/authgear-server' }}
needs: checks
secrets: inherit
uses: ./.github/workflows/run-builds.yaml
with:
push_image: ${{ github.repository == 'authgear/authgear-server' }}