Skip to content

Commit

Permalink
fix: re-enable build-lint-test pull_request dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed Jan 23, 2025
1 parent e764eb5 commit 94d30ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-lint-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-lint-test

on: [push, workflow_dispatch]
on: [push, workflow_dispatch, pull_request]

env:
LIBCURL_RELEASE: 'LATEST'
Expand Down Expand Up @@ -209,7 +209,6 @@ jobs:
RUN_TESTS=true \
RUN_PREGYP_CLEAN=false \
PUBLISH_BINARY=false \
PUBLISH_BINARY=false \
TARGET_ARCH=${{ matrix.os=='ubuntu-22.04-arm' && 'arm64' || 'x64' }} \
./scripts/ci/build.sh
- name: Upload artifacts
Expand Down

0 comments on commit 94d30ca

Please sign in to comment.