Skip to content

Commit aee5e68

Browse files
committed
[chore] Update GitHub Actions workflow to remove branch restrictions
Removed branch restrictions for push and pull request events in the test workflow configuration to allow for more flexible CI/CD processes.
1 parent d0c2687 commit aee5e68

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Build & Test
22

33
on:
44
push:
5-
branches: ["main"]
65
pull_request:
7-
branches: ["main"]
86

97
concurrency:
108
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref_name }}

0 commit comments

Comments
 (0)