We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94fc69 commit 4e3fa7cCopy full SHA for 4e3fa7c
.github/workflows/CD.yml
@@ -3,7 +3,9 @@ name: React CI/CD
3
on:
4
push:
5
branches: [ develop ]
6
-
+ pull_request:
7
+ branches: [ develop ]
8
+
9
jobs:
10
build:
11
runs-on: ubuntu-latest
0 commit comments