Skip to content

Commit

Permalink
fix(ci): only run on pull_request and main (#281)
Browse files Browse the repository at this point in the history
descope/etc#3460

Signed-off-by: Omer Cohen <omer@descope.com>
  • Loading branch information
omercnet authored Sep 10, 2023
1 parent 39f7e27 commit b2d41de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main
env:
NODE_VERSION: 18.2
PNPM_VERSION: 7.28.0
Expand Down

0 comments on commit b2d41de

Please sign in to comment.