Skip to content

Commit

Permalink
Merge pull request #90 from IABTechLab/sas-UID2-3695-build-and-deploy…
Browse files Browse the repository at this point in the history
…-euid-secure-signals

it's not picking up changes so it won't deploy.
  • Loading branch information
ssundahlTTD authored Jul 31, 2024
2 parents ba96303 + 612dfbb commit 1e5e2fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/secureSignal-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Release UID2/EUID Secure Signal Package to CDN
run-name: ${{ github.action_ref == 'refs/head/main' && 'Release' || 'Publish Pre-release' }} UID2/EUID Secure Signal Package to CDN by @${{ github.actor }}

on:
push:
branches:
- main
workflow_dispatch:

env:
Expand All @@ -26,7 +29,6 @@ jobs:
files: src/secureSignalEuid.ts
build:
needs: [verify]
if: needs.verify.outputs.is_any_file_modified == 'true'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 1e5e2fd

Please sign in to comment.