Skip to content

ci: update test workflow triggers to include PRs. (#1818) #51

ci: update test workflow triggers to include PRs. (#1818)

ci: update test workflow triggers to include PRs. (#1818) #51

Workflow file for this run

---
name: deploy website
on:
workflow_dispatch: {}
push:
branches:
- master
permissions:
contents: read
id-token: write
jobs:
upload-website:
uses: publicsuffix/publicsuffix.org/.github/workflows/deploy-site.yaml@master
secrets: inherit