We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ad8cd commit dae8dcbCopy full SHA for dae8dcb
.github/workflows/ci.yml
@@ -1,9 +1,9 @@
1
name: Continuous Integration
2
on:
3
push:
4
- branches: [develop]
+ branches: [develop, master]
5
pull_request:
6
7
workflow_dispatch:
8
workflow_call:
9
jobs:
.github/workflows/format-check.yml
name: Format Check
.github/workflows/localization-check.yml
@@ -1,7 +1,7 @@
name: Localization Check
paths:
- 'src/Resources/Locales/**'
0 commit comments