Skip to content

Commit ee0e41e

Browse files
committed
pangea-node-sdk: run base CI on any type of push (GEA-14406)
Limiting the base CI to just branch pushes is not really necessary, and we want it to run on tag pushes as well. So, remove the `if` rule.
1 parent 8d8bed6 commit ee0e41e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/pangea-node-sdk/.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
paths:
1010
- packages/pangea-node-sdk/node_modules
1111
rules:
12-
- if: $CI_COMMIT_BRANCH
13-
changes:
12+
- changes:
1413
- examples/**/*
1514
- packages/pangea-node-sdk/**/*
1615
when: on_success

0 commit comments

Comments
 (0)