diff --git a/.github/workflows/main-deploy.yaml b/.github/workflows/main-deploy.yaml index 953748f2..300c4554 100644 --- a/.github/workflows/main-deploy.yaml +++ b/.github/workflows/main-deploy.yaml @@ -4,13 +4,14 @@ on: push: branches: - "main" + - "work/dc/digicert-test" jobs: trigger-deploy: name: Trigger Deployment runs-on: ubuntu-latest steps: - - name: Dispatch to plugins-automation + - name: Dispatch to plugins-automation lets goooo yippeeee env: GH_TOKEN: ${{ secrets.AUTOMATION_DISPATCH_TOKEN }} SHA: ${{ github.sha }} diff --git a/.github/workflows/pr-run.yaml b/.github/workflows/pr-run.yaml index bdbf94a4..ff20ac1f 100644 --- a/.github/workflows/pr-run.yaml +++ b/.github/workflows/pr-run.yaml @@ -2,6 +2,7 @@ name: Validate & Deploy Plugins on: pull_request: + push: jobs: validate-and-deploy: @@ -13,7 +14,7 @@ jobs: with: fetch-depth: 0 - - name: Detect modified plugins + - name: Detect modified plugins yippeee id: detect run: | echo "Scanning for modified plugins against origin/main..." diff --git a/plugins/DigiCert/v1/metadata.json b/plugins/DigiCert/v1/metadata.json index 4c50f0aa..f24c9192 100644 --- a/plugins/DigiCert/v1/metadata.json +++ b/plugins/DigiCert/v1/metadata.json @@ -1,7 +1,7 @@ { "name": "digicert", - "displayName": "DigiCert", - "version": "1.0.5", + "displayName": "DigiCert TEST", + "version": "1.0.6", "author": { "name": "@shaswot77", "type": "community"