Skip to content

Commit 3bb4875

Browse files
committed
Added workflows
1 parent 9f42889 commit 3bb4875

File tree

79 files changed

+870
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+870
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Node.js Package
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
paths:
6+
- "ep_align/**"
7+
8+
jobs:
9+
backend:
10+
uses: ether/ether-pipelines/.github/workflows/test-and-release-plugins.yml@main
11+
secrets: inherit
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Node.js Package
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
paths:
6+
- "ep_announce/**"
7+
8+
jobs:
9+
backend:
10+
uses: ether/ether-pipelines/.github/workflows/test-and-release-plugins.yml@main
11+
secrets: inherit
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Node.js Package
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
paths:
6+
- "ep_author_follow/**"
7+
8+
jobs:
9+
backend:
10+
uses: ether/ether-pipelines/.github/workflows/test-and-release-plugins.yml@main
11+
secrets: inherit
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Node.js Package
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
paths:
6+
- "ep_author_hover/**"
7+
8+
jobs:
9+
backend:
10+
uses: ether/ether-pipelines/.github/workflows/test-and-release-plugins.yml@main
11+
secrets: inherit
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Node.js Package
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
paths:
6+
- "ep_author_neat2/**"
7+
8+
jobs:
9+
backend:
10+
uses: ether/ether-pipelines/.github/workflows/test-and-release-plugins.yml@main
11+
secrets: inherit
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Node.js Package
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
paths:
6+
- "ep_button_link/**"
7+
8+
jobs:
9+
backend:
10+
uses: ether/ether-pipelines/.github/workflows/test-and-release-plugins.yml@main
11+
secrets: inherit
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Node.js Package
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
paths:
6+
- "ep_chat_log_join_leave/**"
7+
8+
jobs:
9+
backend:
10+
uses: ether/ether-pipelines/.github/workflows/test-and-release-plugins.yml@main
11+
secrets: inherit
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Node.js Package
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
paths:
6+
- "ep_clear_authorship_no_prompt/**"
7+
8+
jobs:
9+
backend:
10+
uses: ether/ether-pipelines/.github/workflows/test-and-release-plugins.yml@main
11+
secrets: inherit
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Node.js Package
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
paths:
6+
- "ep_clear_formatting/**"
7+
8+
jobs:
9+
backend:
10+
uses: ether/ether-pipelines/.github/workflows/test-and-release-plugins.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)