Skip to content

Commit 8dbb650

Browse files
PratikshaPratiksha
authored andcommitted
enable workflows
1 parent 1af67ba commit 8dbb650

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/cs-fixer.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: PHP CS Fixer
22

33
on:
44
push:
5-
branches:
6-
- main
7-
paths:
8-
- '**/*.php'
95
pull_request:
106
paths:
117
- '**/*.php'

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI Pipeline
22

33
on:
44
push:
5-
branches:
6-
- main
75
pull_request:
86
workflow_dispatch:
97

0 commit comments

Comments
 (0)