Skip to content

Commit 56e7cc6

Browse files
committed
Change Test Simulator workflow to main branch
1 parent a684875 commit 56e7cc6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/Test_RPS_SSE-320-U85.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ name: Build and Run RPS on Simulator
1818
on:
1919
workflow_dispatch:
2020
pull_request:
21-
branches: [v3]
21+
branches: [main]
2222
push:
23-
branches: [v3]
23+
branches: [main]
2424

2525
jobs:
2626
CI:
@@ -29,8 +29,6 @@ jobs:
2929
steps:
3030
- name: Checkout repository
3131
uses: actions/checkout@v6
32-
with:
33-
ref: v3
3432

3533
- name: Setup Python 3.13
3634
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)