Skip to content

Commit ea7c7f9

Browse files
authored
Update and rename fork_cra5.yml to main.yml
1 parent 5174c53 commit ea7c7f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fork_cra5.yml renamed to .github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: fork_cra5-release
1+
name: main-release
22

33
on:
44
push:
5-
branches: [fork_cra5]
5+
branches: [main]
66

77
defaults:
88
run:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout source code
1818
uses: actions/checkout@v4
1919
with:
20-
ref: fork_cra5
20+
ref: main
2121

2222
- name: Use Node.js
2323
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)