Skip to content

Commit dae8dcb

Browse files
committed
Add master to GH Actions triggers
1 parent 98ad8cd commit dae8dcb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Continuous Integration
22
on:
33
push:
4-
branches: [develop]
4+
branches: [develop, master]
55
pull_request:
6-
branches: [develop]
6+
branches: [develop, master]
77
workflow_dispatch:
88
workflow_call:
99
jobs:

.github/workflows/format-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Format Check
22
on:
33
push:
4-
branches: [develop]
4+
branches: [develop, master]
55
pull_request:
6-
branches: [develop]
6+
branches: [develop, master]
77
workflow_dispatch:
88
workflow_call:
99

.github/workflows/localization-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Localization Check
22
on:
33
push:
4-
branches: [develop]
4+
branches: [develop, master]
55
paths:
66
- 'src/Resources/Locales/**'
77
workflow_dispatch:

0 commit comments

Comments
 (0)