Skip to content

Commit 56d9a1c

Browse files
committed
chore(ci): ignore tags
1 parent 376b60d commit 56d9a1c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: Build
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- "**"
6+
tags-ignore:
7+
- "*.*"
8+
pull_request:
9+
branches:
10+
- "**"
311
jobs:
412
build:
513
name: Build

0 commit comments

Comments
 (0)