diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53eaec5056..8b9decee5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,18 +1,11 @@ -name: CI with local ceramic +name: CI -# on: -# push: -# branches: [main] -# pull_request: -# branches: [main] on: - workflow_dispatch: - inputs: - # commit hash (for frontend deploy to fleek) - commit: - description: "Branch/Commit ref" - default: "origin/ci_ceramic_service" - type: string + push: + branches: [main] + pull_request: + branches: [main] + jobs: build: runs-on: ubuntu-latest