Skip to content

Commit 3c3690b

Browse files
authored
Update and rename issueMySite.yml to build.yml
firstly write(第一次基础编辑,模仿)
1 parent ffc15f6 commit 3c3690b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/build.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright
2+
3+
4+
5+
# name
6+
name: build
7+
# on condition 触发条件
8+
on:
9+
push:
10+
branches:
11+
- main
12+
13+
# environment
14+
env:
15+
PYTHON_VERSION: 3.x
16+
# permission
17+
permissions:
18+
contents: read

.github/workflows/issueMySite.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)