fix: add workflow call

This commit is contained in:
nafees nazik
2024-01-05 00:21:05 +05:30
parent 308f55f3d4
commit 26b604dbd0
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,7 @@
name: 'Continuous Integration'
on:
workflow_call:
push:
branches: ['main']
pull_request:
@ -10,9 +11,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env:
HUSKY: 0
jobs:
build_app:
name: Build App