Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit d436aa4

Browse files
committed
rename
1 parent 09c4691 commit d436aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-master-branch-push-pull_request.yml renamed to .github/workflows/on-main-branch-push-pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
name: Master branch push or pull_request
2+
name: Main branch push or pull_request
33

44
on:
55
pull_request:
66
push:
77
branches:
8-
- master
8+
- main
99
workflow_dispatch:
1010

1111
concurrency:

0 commit comments

Comments
 (0)