Skip to content

Commit 1d42bec

Browse files
committed
chore(ci): don't run main workflow twice on tagged commit
1 parent aee7992 commit 1d42bec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ indent_style = space
1515

1616
[package.json]
1717
indent_style = space
18+
19+
[*.yml]
20+
indent_style = space

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build and Test
22

3-
on: [push]
3+
on:
4+
push:
5+
tags-ignore:
6+
- '**'
47

58
jobs:
69
build:

0 commit comments

Comments
 (0)