Skip to content

Commit 82f2327

Browse files
franmomuphansys
authored andcommitted
Execute GA on push
1 parent d573d26 commit 82f2327

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/coding-standards.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: "Coding Standards"
22

33
on:
4-
pull_request: null
4+
push:
5+
branches:
6+
- main
7+
pull_request:
58

69
jobs:
710
php-coding-standards:

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: "Continuous Integration"
22

33
on:
4-
pull_request: null
4+
push:
5+
branches:
6+
- main
7+
pull_request:
58

69
env:
710
MONGODB_SERVER: mongodb://127.0.0.1:27017

0 commit comments

Comments
 (0)