Skip to content

Commit

Permalink
Merge pull request #2170 from Shopify/ko/duplicate-ci
Browse files Browse the repository at this point in the history
Prevent CI from running on both `push` and `pull_request` events
  • Loading branch information
KaanOzkan authored Jan 28, 2025
2 parents 33a980a + ae185c2 commit 35230da
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,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

env:
SRB_SKIP_GEM_RBIS: true
Expand Down

0 comments on commit 35230da

Please sign in to comment.