Skip to content

Commit

Permalink
.github/workflows: run on the "current" pull_request
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Dec 20, 2024
1 parent 45b4ddd commit f38efde
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Tekton Integration
# Adapted from https://github.com/mattmoor/mink/blob/master/.github/workflows/minkind.yaml

on:
pull_request:
branches: [ main ]
on: [ pull_request ]

defaults:
run:
Expand Down Expand Up @@ -107,4 +105,4 @@ jobs:
cat $x
echo '::endgroup::'
done
fi
fi

0 comments on commit f38efde

Please sign in to comment.