Skip to content

Commit d90e1d2

Browse files
committed
Update workflow
1 parent d957f9c commit d90e1d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22
on:
33
push:
44
branches: [ main ]
5+
tags: ["*"]
56
pull_request:
67
branches: [ main ]
7-
88
jobs:
99
build:
1010
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflows: ["CI"]
55
types: [completed]
66
push:
7-
branches: [master, main]
7+
branches: [main]
88
tags: ["*"]
99
jobs:
1010
publish:

0 commit comments

Comments
 (0)