Skip to content

Commit

Permalink
fix: rename references to development to main
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Dec 9, 2024
1 parent 3afd7f5 commit 4eb2a60
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 58 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ defaults:
pull_request_rules:
- name: backport to v1.1.x branch
conditions:
- base=development
- base=main
- label=backport/v1.1.x
actions:
backport:
branches:
- v1.1.x
- name: backport to release/3 branch
conditions:
- base=development
- base=main
- label=backport/release/3
actions:
backport:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Contracts & Schemas
on:
pull_request:
branches: [main, development]
branches: [main]
workflow_dispatch:
inputs:
network:
Expand Down Expand Up @@ -93,4 +93,4 @@ jobs:
});
} catch (error) {
core.setFailed(`Failed to trigger deploy workflow: ${error.message}`);
}
}
1 change: 0 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
# as defined in the (optional) "skipLabels" property.
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
branches:
- development
- main
jobs:
changelog:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths: ["**.*"]
pull_request:
branches: [main, development]
branches: [main]

env:
CARGO_TERM_COLOR: always
Expand Down
Loading

0 comments on commit 4eb2a60

Please sign in to comment.