Skip to content

Commit

Permalink
ensure tests run on relevant branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Jan 29, 2024
1 parent f43877b commit e0182e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Tests

on:
pull_request:
types: [opened, synchronize]
push:
branches: [ 4.x-dev ]
branches:
- '**.x-dev'

permissions:
actions: read
Expand Down

0 comments on commit e0182e3

Please sign in to comment.