Skip to content

Commit

Permalink
Ensuring CI runs against integration branches (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Feb 17, 2022
1 parent cf8b192 commit e3c989d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
- '**/*.md'
branches:
- master
- '[0-9].[0-9]'
pull_request:
branches:
- master
- '[0-9].[0-9]'

jobs:

Expand Down

0 comments on commit e3c989d

Please sign in to comment.