Skip to content

Commit f878edb

Browse files
committed
specialised ci triggers
1 parent e76f607 commit f878edb

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Static Analysis
2-
32
on:
43
push:
54
branches:
6-
- main
5+
- master
76
pull_request:
87
branches:
9-
- main
8+
- master
109

1110
jobs:
1211
php-cs-fixer:

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Tests
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- master
39

410
jobs:
511
build:

0 commit comments

Comments
 (0)