Skip to content

Commit 77911be

Browse files
committed
Run GH actions on for PRs
1 parent 6cc08bb commit 77911be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/continuous-testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches: ['**']
55
tags: ["v[0-9]+.[0-9]+.[0-9]+*"]
6+
pull_request:
7+
branches: ['**']
68

79

810
jobs:
@@ -92,6 +94,7 @@ jobs:
9294
# Continuous deploy
9395
# -----------------
9496

97+
# Does not trigger for Pull Request to to the github.ref matching refs/pull/**
9598
deploy-latest-doc:
9699
if: ${{ github.ref == 'refs/heads/master' }}
97100
needs: all-tests
@@ -123,6 +126,7 @@ jobs:
123126
# Release deploy
124127
# --------------
125128

129+
# Does not trigger for Pull Request to to the github.ref matching refs/pull/**
126130
test-version:
127131
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
128132
needs: all-tests

0 commit comments

Comments
 (0)