From 609eaab02baf07ea2bcf9fc969cec46a57973df1 Mon Sep 17 00:00:00 2001 From: yashsmartnoter <75373398+yashsmartnoter@users.noreply.github.com> Date: Tue, 12 Jan 2021 15:32:34 -0500 Subject: [PATCH 1/3] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 20a5bb5..8781c5b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: run: echo Hello, world! - name: Run a multi-line script run: | - echo Add other actions to build, + echo Add other actions to build!, echo test, and deploy your project. - name: Ping run: | From 4c9731870c9d61b8610308b0a2b28902579b2f89 Mon Sep 17 00:00:00 2001 From: yashsmartnoter <75373398+yashsmartnoter@users.noreply.github.com> Date: Tue, 12 Jan 2021 15:33:21 -0500 Subject: [PATCH 2/3] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8781c5b..9bdcf91 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,6 +1,6 @@ name: CI -on: [push] +on: [push, pull_request] jobs: build: From d668b15359364a67c6aac3fbc4f43129875b64be Mon Sep 17 00:00:00 2001 From: yashsmartnoter <75373398+yashsmartnoter@users.noreply.github.com> Date: Tue, 12 Jan 2021 15:34:50 -0500 Subject: [PATCH 3/3] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9bdcf91..4c5b426 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: run: echo Hello, world! - name: Run a multi-line script run: | - echo Add other actions to build!, + echo Add other actions to build!!, echo test, and deploy your project. - name: Ping run: |