Skip to content

Commit

Permalink
fix(ci): remove push event from ci.yml (duplicate)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattallty committed Aug 27, 2023
1 parent f2b72bf commit 436de49
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
name: CI

on:
push:
branches:
- master
- beta
- alpha
- next
- next-major
tags-ignore:
- "*"
# do not trigger CI on tags, it will be handled by the release workflow
paths:
- "src/**"
- "dist-tests/**"
- package.json
- pnpm-lock.yaml

pull_request:
branches:
- master
Expand Down

0 comments on commit 436de49

Please sign in to comment.