Skip to content

Commit

Permalink
chore: on push
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Feb 16, 2024
1 parent 95704f5 commit 89e37de
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/forge-build.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@
name: "Build a Forge project"

on:
workflow_call:
inputs:
cache-path:
default: |
cache
node_modules
out
out-optimized
required: false
type: "string"

save-cache:
default: true
required: false
type: boolean

store-artifacts:
default: true
required: false
type: boolean
- push
- pull_request

jobs:
forge-build:
Expand Down

0 comments on commit 89e37de

Please sign in to comment.