Skip to content

Commit

Permalink
Trigger IRIS CI workflow once for PR branch push
Browse files Browse the repository at this point in the history
Fixes #127
  • Loading branch information
yousefmoazzam committed May 31, 2024
1 parent eba1412 commit c285f18
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests_run.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: httomolibgpu tests on Iris

on:
- pull_request
- push
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build-linux:
Expand Down

0 comments on commit c285f18

Please sign in to comment.