Skip to content

Commit d52eabc

Browse files
committed
ci: avoid deploying on any push to main & add CODEOWNERS file
1 parent 10edbe4 commit d52eabc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @steadyfall

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: [main]
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
67

78
jobs:
89
build-and-deploy:

0 commit comments

Comments
 (0)