Skip to content

Commit

Permalink
chore: remove main from the actions flow
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Jan 8, 2025
1 parent 67048dd commit f3b66a7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/changelog-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Changelog preview
on:
pull_request:
branches:
- main
- v5
types: [opened, synchronize]

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- develop
- main
- 'v[0-9]+.[0-9]+.[0-9]+*beta*'
- v5
types: [opened, synchronize]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Release
on:
push:
branches:
- main
- v5

jobs:
Expand Down

0 comments on commit f3b66a7

Please sign in to comment.