Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
CI: Run Node CI when CI job changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnsAnns committed Apr 30, 2024
1 parent c3fd497 commit bf697e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ on:
push:
paths:
- 'node/code/**'
# We only run this GitHub action upon new commits to `main`
- '.github/workflows/build_node.yml'
branches:
- main
- node_ci
pull_request:
paths:
- 'node/code/**'
- '.github/workflows/build_node.yml'
branches:
- main
- node_ci
Expand All @@ -25,4 +26,4 @@ jobs:
run: |
cd node/code
BUILD_IN_DOCKER=1 make all

0 comments on commit bf697e1

Please sign in to comment.