Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Deploy
Comment thread
marten-seemann marked this conversation as resolved.

on:
push:
branches:
- master
pull_request:
permissions:
contents: write

jobs:
deploy:
Expand Down