From 12ac1c951a04824c8f95c308130ebd2472c6bfc4 Mon Sep 17 00:00:00 2001 From: elffirein <70919860+elffirein@users.noreply.github.com> Date: Fri, 6 Jun 2025 07:34:40 -0400 Subject: [PATCH 1/3] Update README.md Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e5207e..4d2c93e 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,5 @@ If you want to see an in-depth explanation on the Actions Environments and Appro [![GitHub Actions Environments](https://img.youtube.com/vi/w_37LDOy4sI/0.jpg)](https://www.youtube.com/watch?v=w_37LDOy4sI) You can also take a look at [my blog post here](https://dev.to/n3wt0n/everything-you-need-to-know-about-github-actions-environments-9p7) + +Testing for environment From 06859b630925c8605512cc036bc7b3a452b9165b Mon Sep 17 00:00:00 2001 From: elffirein <70919860+elffirein@users.noreply.github.com> Date: Fri, 6 Jun 2025 07:45:32 -0400 Subject: [PATCH 2/3] Update CICD.yml Allow pull request for all branches --- .github/workflows/CICD.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 18182f4..2ca3db0 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -4,7 +4,6 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] workflow_dispatch: jobs: From 9ec32c41627b908f92be192ad5276b8696b6d142 Mon Sep 17 00:00:00 2001 From: elffirein <70919860+elffirein@users.noreply.github.com> Date: Fri, 6 Jun 2025 07:48:21 -0400 Subject: [PATCH 3/3] Update README.md Test 2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d2c93e..69dbbd0 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,4 @@ If you want to see an in-depth explanation on the Actions Environments and Appro You can also take a look at [my blog post here](https://dev.to/n3wt0n/everything-you-need-to-know-about-github-actions-environments-9p7) Testing for environment +Test 2