Skip to content

Commit

Permalink
CI shouldn't need env variables for build, also run CI for every push…
Browse files Browse the repository at this point in the history
…, free minutes anyways
  • Loading branch information
kahlstrm committed Jan 15, 2024
1 parent 2c59572 commit 3ad6409
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build
Expand All @@ -28,11 +25,3 @@ jobs:

- name: Build all
run: pnpm build
env:
PAYLOAD_DATABASE_URL: ${{ secrets.PAYLOAD_DATABASE_URL }}
PAYLOAD_SECRET: ${{ secrets.PAYLOAD_SECRET }}
PAYLOAD_REVALIDATION_KEY: ${{ secrets.PAYLOAD_REVALIDATION_KEY }}
PAYLOAD_PORT: ${{ secrets.PAYLOAD_PORT }}
NEXT_REVALIDATION_KEY: ${{ secrets.NEXT_REVALIDATION_KEY }}
PUBLIC_FRONTEND_URL: ${{ vars.PUBLIC_FRONTEND_URL }}
PUBLIC_SERVER_URL: ${{ vars.PUBLIC_SERVER_URL }}

0 comments on commit 3ad6409

Please sign in to comment.