Skip to content

Commit

Permalink
Add pull_request handling for tests based on branches
Browse files Browse the repository at this point in the history
  • Loading branch information
lx-wnk committed Aug 21, 2023
1 parent a5f8522 commit 67021e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test examples

on:
pull_request:
branches:
- main
- integration/**
- v**
push:
paths:
- .github/workflows/test_examples.yml
Expand Down

0 comments on commit 67021e5

Please sign in to comment.