Skip to content

Commit

Permalink
fix: only run ci on pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Palkovič committed Sep 21, 2020
1 parent 8b03db2 commit f4cc6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PRISMA JSON SCHEMA GENERATOR CI

on: [push, pull_request]
on: [pull_request]

env:
YARN_CACHE: 001
Expand Down

0 comments on commit f4cc6d8

Please sign in to comment.