diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1efe9b8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @xormania diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3d5983..4fbf348 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: pull_request: types: [opened, synchronize, reopened, edited] push: - branches: [dev, main] + branches: [dev, master] permissions: contents: read jobs: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 311962c..15f65a6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -6,7 +6,7 @@ name: e2e on: pull_request: push: - branches: [dev, main] + branches: [dev, master] workflow_call: inputs: skeleton_ref: