Skip to content

Commit

Permalink
only main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragzouken committed May 25, 2024
1 parent a1f6bfb commit 0b0fdcb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: publish

on: [push]
on:
push:
branches: ["main"]
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 0b0fdcb

Please sign in to comment.