Skip to content

Commit 9ac13d1

Browse files
committed
[CHORE] Disable CI on tags
1 parent 8f05d35 commit 9ac13d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- '*'
36
jobs:
47
build:
58
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}

0 commit comments

Comments
 (0)