diff --git a/.github/workflows/dev_push_to_s3.yml b/.github/workflows/dev_push_to_s3.yml index a18086a..cfd4cdf 100644 --- a/.github/workflows/dev_push_to_s3.yml +++ b/.github/workflows/dev_push_to_s3.yml @@ -6,7 +6,7 @@ name: dev Push to S3 on: push: branches: - - pinboard-features + - main jobs: build: diff --git a/package-lock.json b/package-lock.json index 683d69d..8aef031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3339,8 +3339,8 @@ } }, "@phila/pinboard": { - "version": "git+https://github.com/CityOfPhiladelphia/pinboard.git#8b66150e8c359ebc6ac228b2bdc6b1c56a80a8af", - "from": "git+https://github.com/CityOfPhiladelphia/pinboard.git#8b66150e8c359ebc6ac228b2bdc6b1c56a80a8af", + "version": "git+https://github.com/CityOfPhiladelphia/pinboard.git#147e28140331b43115fc748f61eb511ec74633fe", + "from": "git+https://github.com/CityOfPhiladelphia/pinboard.git#147e281", "requires": { "@creativebulma/bulma-tooltip": "^1.2.0", "@fortawesome/free-brands-svg-icons": "^5.15.4", diff --git a/package.json b/package.json index ded80fd..daf9fac 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@fortawesome/pro-light-svg-icons": "5.15.4", "@fortawesome/pro-regular-svg-icons": "5.15.4", "@fortawesome/pro-solid-svg-icons": "5.15.4", - "@phila/pinboard": "https://github.com/CityOfPhiladelphia/pinboard#8b66150e8c359ebc6ac228b2bdc6b1c56a80a8af", + "@phila/pinboard": "https://github.com/CityOfPhiladelphia/pinboard#147e281", "bulma": "^0.9.4", "core-js": "^3.25.1", "vue": "^2.7.10"