Skip to content

Commit

Permalink
.github/workflows/interop-test.yml: don't duplicate runs on PR
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
  • Loading branch information
laurentsenta and galargh committed Sep 6, 2022
1 parent 826bd1e commit e99f203
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/interop-test.yml
@@ -1,4 +1,8 @@
on: [push, pull_request]
on:
pull_request:
push:
branches:
- master
name: Interoperability Testing

jobs:
Expand Down

0 comments on commit e99f203

Please sign in to comment.