chore: update ci and formatting

This commit is contained in:
Mythie
2023-12-08 13:01:08 +11:00
parent 520522bef7
commit 7feba02e08
15 changed files with 90 additions and 102 deletions

View File

@ -1,10 +1,10 @@
name: "Continuous Integration"
name: 'Continuous Integration'
on:
push:
branches: [ "main" ]
branches: ['main']
pull_request:
branches: [ "main" ]
branches: ['main']
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@ -16,7 +16,6 @@ env:
jobs:
build_app:
name: Build App
if: github.repository == 'documenso/documenso'
runs-on: ubuntu-latest
steps:
- name: Checkout
@ -50,4 +49,3 @@ jobs:
- name: Build Docker Image
run: ./docker/build.sh