Skip to content

Commit

Permalink
fix(ci): examples run only on PR or main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFS committed Sep 19, 2023
1 parent 1a12f64 commit 38f14b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ on:
pull_request:
merge_group:
push:

# branches:
# - main
branches:
- main

env:
APPLY_FIXES: none
Expand Down

0 comments on commit 38f14b2

Please sign in to comment.