Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: Ignore push on certain branches from tests (DEV-1112) (#2187)
  • Loading branch information
irinaschubert committed Sep 2, 2022
1 parent 71c772f commit e0a0fbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Expand Up @@ -2,6 +2,9 @@ name: CI

on:
push:
branches-ignore:
- main
- 'release-*'

jobs:
build-and-test:
Expand Down

0 comments on commit e0a0fbb

Please sign in to comment.