mirror of
https://github.com/hyprutils/hyprgui.git
synced 2026-05-04 11:58:36 -05:00
run workflow only on main
This commit is contained in:
5
.github/workflows/typos.yml
vendored
5
.github/workflows/typos.yml
vendored
@@ -1,7 +1,10 @@
|
||||
name: Check for typos
|
||||
|
||||
on:
|
||||
[push, pull_request, workflow_dispatch]
|
||||
push:
|
||||
branches: ["main"]
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
check-typos:
|
||||
|
||||
Reference in New Issue
Block a user