File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Build
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches-ignore :
7+ - " master"
8+ paths-ignore : ["README.md"]
9+
10+ jobs :
11+ build :
12+ uses : dappnode/workflows/.github/workflows/dappnode-build-hash.yml@master
13+ secrets : inherit
Original file line number Diff line number Diff line change 11name : " Main"
22on :
33 repository_dispatch :
4- pull_request :
54 push :
65 branches :
76 - " master"
87 - " v[0-9]+.[0-9]+.[0-9]+"
98 paths-ignore :
109 - " README.md"
10+ workflow_dispatch :
1111
1212jobs :
13- build-test :
14- runs-on : ubuntu-latest
15- name : Build test
16- if : github.event_name != 'push'
17- steps :
18- - uses : actions/checkout@v2
19- - run : npx @dappnode/dappnodesdk build --skip_save
20-
2113 release :
2214 name : Release
2315 runs-on : ubuntu-latest
24- if : github.event_name == 'push'
2516 steps :
26- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v7
18+ - uses : actions/setup-node@v6
19+ with :
20+ node-version : " 24"
2721 - name : Publish
2822 run : npx @dappnode/dappnodesdk publish patch --dappnode_team_preset
2923 env :
You can’t perform that action at this time.
0 commit comments