Skip to content

Commit c54bb6e

Browse files
authored
Update main.yml
1 parent aac3326 commit c54bb6e

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,15 @@ on:
33
pull_request:
44
push:
55
branches:
6+
- "main"
67
- "master"
78
- "v[0-9]+.[0-9]+.[0-9]+"
89
paths-ignore:
910
- "README.md"
1011

1112
jobs:
12-
manager-tests:
13-
runs-on: ubuntu-16.04
14-
name: Manager tests
15-
defaults:
16-
run:
17-
working-directory: ./manager
18-
steps:
19-
- uses: actions/checkout@v2
20-
- name: Setup node
21-
uses: actions/setup-node@v1
22-
with:
23-
node-version: "12"
24-
- run: yarn
25-
- run: yarn test
26-
2713
build-test:
28-
runs-on: ubuntu-16.04
14+
runs-on: ubuntu-latest
2915
name: Build test
3016
if: github.event_name != 'push'
3117
steps:
@@ -35,11 +21,11 @@ jobs:
3521
release:
3622
name: Release
3723
runs-on: ubuntu-latest
38-
needs: [manager-tests]
3924
if: github.event_name == 'push'
4025
steps:
4126
- uses: actions/checkout@v2
4227
- name: Publish
4328
run: npx @dappnode/dappnodesdk publish patch --dappnode_team_preset
4429
env:
4530
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
DEVELOPER_ADDRESS: "0xf35960302a07022aba880dffaec2fdd64d5bf1c1"

0 commit comments

Comments
 (0)