workflow: allow pushes from anywhere

Pretty much everything in this repo is needed somewhere in this workflow
This commit is contained in:
lifehackerhansol 2022-09-29 00:35:51 -07:00 committed by GitHub
parent 849c9db038
commit 60b79c8c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,6 @@ name: Deploy site
on:
push:
branches: [ main ]
paths:
- files/**
- .github/workflows/publish.yml
workflow_dispatch:
jobs: