Skip to content

Commit 163a03f

Browse files
committed
fix triggers
1 parent 2583637 commit 163a03f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/discourse-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Discourse Plugin
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches:
6-
- master
6+
branches: [master, develop]
77
pull_request:
88

99
jobs:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Lint
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [master, develop]
67
pull_request:
7-
branches: [master, develop]
88

99
jobs:
1010
lint:

.github/workflows/plugin-linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Linting
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches:
6-
- master
6+
branches: [master, develop]
77
pull_request:
88

99
concurrency:

.github/workflows/plugin-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Plugin Tests
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches:
6-
- master
6+
branches: [master, develop]
77
pull_request:
88

99
concurrency:

0 commit comments

Comments
 (0)