Skip to content

Commit 6ab5ae6

Browse files
committed
Merge branch 'main' into object-name
# Conflicts: # lib/stripe/util.ex
2 parents 959a35a + 3768300 commit 6ab5ae6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @beam-community/team

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ name: Continuous Integration
22

33
on:
44
pull_request:
5-
types: [opened, reopened, synchronize]
5+
types:
6+
- opened
7+
- reopened
8+
- synchronize
69
push:
710
branches:
8-
- 'master'
11+
- master
12+
merge_group:
913

1014
jobs:
1115
test:

0 commit comments

Comments
 (0)