Skip to content

Commit 9173538

Browse files
committed
update workflow to ignore tags
1 parent 11b6b29 commit 9173538

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
# against bad commits.
55

66
name: build
7-
on: [pull_request, push]
7+
on:
8+
pull_request:
9+
push:
10+
tags-ignore:
11+
- '*'
12+
813

914
jobs:
1015
build:

0 commit comments

Comments
 (0)