Skip to content

Commit

Permalink
chore: Skip running E2E on Push to most branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Aug 24, 2024
1 parent 9527427 commit 5c59505
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: E2E

on:
push:
branches-ignore:
- 'gh-readonly-queue/**'
branches:
- develop
- master
- release/**
pull_request:
merge_group:

Expand Down

0 comments on commit 5c59505

Please sign in to comment.