Skip to content

Commit 739e661

Browse files
committed
Added branches to on.push event
1 parent 3e30132 commit 739e661

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

github/workflows/composer.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ env:
3131
on:
3232
pull_request:
3333
push:
34+
branches:
35+
- main
36+
- develop
3437

3538
jobs:
3639
composer-validate:

github/workflows/drupal/php.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ env:
3939
on:
4040
pull_request:
4141
push:
42+
branches:
43+
- main
44+
- develop
4245

4346
jobs:
4447
coding-standards:

github/workflows/drupal/site.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ env:
2323
on:
2424
pull_request:
2525
push:
26+
branches:
27+
- main
28+
- develop
2629

2730
jobs:
2831
install-site:

github/workflows/markdown.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ name: Markdown
1717
on:
1818
pull_request:
1919
push:
20+
branches:
21+
- main
22+
- develop
2023

2124
jobs:
2225
markdown-lint:

github/workflows/twig.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ env:
2929
on:
3030
pull_request:
3131
push:
32+
branches:
33+
- main
34+
- develop
3235

3336
jobs:
3437
twig-lint:

0 commit comments

Comments
 (0)