Skip to content

Commit

Permalink
Change GitHub Actions. exclude epam* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-vkerkhoff committed Sep 7, 2023
1 parent d48fb27 commit 7fe9f6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
push:
branches:
- '*'
branches-ignore:
- 'epam*'
tags:
- 'release_*'
pull_request:
branches:
- '*'
branches-ignore:
- 'epam*'

env:
# We tell Playwright not to download browser binaries because we use microsoft/playwright-github-action.
Expand Down

0 comments on commit 7fe9f6c

Please sign in to comment.