Skip to content

Commit

Permalink
add reflective path to workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Jul 25, 2023
1 parent 242431c commit 555f984
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request-account-compression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ on:
- "account-compression/**"
- "libraries/concurrent-merkle-tree/**"
- "ci/*-version.sh"
- ".github/workflows/pull-request-account-compression.yml"
push:
branches: [master]
paths:
- "account-compression/**"
- "libraries/concurrent-merkle-tree/**"
- "ci/*-version.sh"
- ".github/workflows/pull-request-account-compression.yml"

jobs:
cargo-test-sbf:
Expand Down Expand Up @@ -55,17 +58,14 @@ jobs:
./ci/install-program-deps.sh
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- name: Build and test
run: ./ci/cargo-test-sbf.sh

- name: Upload programs
uses: actions/upload-artifact@v2
with:
name: account-compression-programs
path: "target/deploy/*.so"
if-no-files-found: error

js-test:
js-test-account-compression:
runs-on: ubuntu-latest
env:
NODE_VERSION: 16.x
Expand Down

0 comments on commit 555f984

Please sign in to comment.