Skip to content

Commit

Permalink
[CHORE] Disable CI on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Jun 27, 2021
1 parent 8f05d35 commit 9ac13d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI
on: [push]
on:
push:
branches:
- '*'
jobs:
build:
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}
Expand Down

0 comments on commit 9ac13d1

Please sign in to comment.