Skip to content

Commit 32014ca

Browse files
tests run on any push
1 parent 2d411bf commit 32014ca

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches:
6-
- master
7-
pull_request:
8-
branches:
9-
- '**'
105

116
jobs:
127
test:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish PHP SDK
33
on:
44
push:
55
tags:
6-
- '*'
6+
- '**'
77

88
jobs:
99
test:

0 commit comments

Comments
 (0)