forked from github-starred/hyprgui
run workflow only on main
This commit is contained in:
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Rust
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- '**.*.rs'
|
||||
- 'src/**'
|
||||
|
||||
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