Skip to content

Commit 314b5ac

Browse files
authored
Merge pull request #14 from minspec/repo/master-release
repo: master is the release branch
2 parents 27af79f + d946821 commit 314b5ac

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @xormania

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
types: [opened, synchronize, reopened, edited]
55
push:
6-
branches: [dev, main]
6+
branches: [dev, master]
77
permissions:
88
contents: read
99
jobs:

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: e2e
66
on:
77
pull_request:
88
push:
9-
branches: [dev, main]
9+
branches: [dev, master]
1010
workflow_call:
1111
inputs:
1212
skeleton_ref:

0 commit comments

Comments
 (0)