Skip to content

refactor: cleanup necessarylion/country-list-with-dial-code-and-flag #8

refactor: cleanup necessarylion/country-list-with-dial-code-and-flag

refactor: cleanup necessarylion/country-list-with-dial-code-and-flag #8

Workflow file for this run

name: CI
on: [push]
jobs:
essential-test:
name: Call Essential Test Workflow
uses: ./.github/workflows/essential-test.yml
build:
name: Call Build Distribution Workflow
needs: [essential-test]
uses: ./.github/workflows/build-distribution.yml
if: >-
github.ref == 'refs/heads/main' ||
github.ref == 'refs/heads/master'