From 4d7d7f96ba6189c4a0059fbc0485be2356b0d0cc Mon Sep 17 00:00:00 2001 From: preritab <140844277+preritab@users.noreply.github.com> Date: Sat, 7 Feb 2026 18:00:51 -0600 Subject: [PATCH 1/2] github action setup (#91) Co-authored-by: Ryan Polasky --- .github/workflows/branch-deploy.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/branch-deploy.yaml diff --git a/.github/workflows/branch-deploy.yaml b/.github/workflows/branch-deploy.yaml new file mode 100644 index 0000000..1772ef9 --- /dev/null +++ b/.github/workflows/branch-deploy.yaml @@ -0,0 +1,22 @@ +name: Branch Webhook Trigger + +on: + push: + branches: + - main + - develop + +jobs: + notify: + runs-on: ubuntu-latest + + steps: + - name: Trigger branch-specific webhook + run: | + BRANCH_NAME="${GITHUB_REF##*/}" + + if [ "$BRANCH_NAME" = "main" ]; then + curl -f -X POST "${{ secrets.MAIN_WEBHOOK_URL }}" || exit 1 + elif [ "$BRANCH_NAME" = "develop" ]; then + curl -f -X POST "${{ secrets.DEVELOP_WEBHOOK_URL }}" || exit 1 + fi \ No newline at end of file From d26128c0475bc37e6a240463cc0313be908919b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 19:49:55 +0000 Subject: [PATCH 2/2] Bump follow-redirects from 1.15.11 to 1.16.0 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0) --- updated-dependencies: - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 837d495..7acfb8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2677,9 +2677,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.11", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", - "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", "funding": [ { "type": "individual",