Skip to content

Commit fff8ed4

Browse files
committed
Rename workflows, update badges, and ignore markdown-only workflow triggers
1 parent 4a66b8c commit fff8ed4

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Deploy
22
on:
33
workflow_dispatch:
4-
release:
4+
push:
55
branches:
66
- main
7-
types:
8-
- published
7+
paths-ignore:
8+
- '**/*.md'
99
jobs:
1010
deploy:
1111
name: Deploy
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Pull Request
1+
name: Preview
22
on:
33
pull_request:
44
paths-ignore:
5-
- '**.md'
5+
- '**/*.md'
66
jobs:
77
test:
88
name: Test

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![Publish](https://github.com/meiermade/FSharp.ViewEngine/actions/workflows/release.yml/badge.svg)](https://github.com/meiermade/FSharp.ViewEngine/actions/workflows/release.yml)
1+
[![Publish](https://github.com/meiermade/FSharp.ViewEngine/actions/workflows/publish.yml/badge.svg)](https://github.com/meiermade/FSharp.ViewEngine/actions/workflows/publish.yml)
22
[![Deploy](https://github.com/meiermade/FSharp.ViewEngine/actions/workflows/deploy.yml/badge.svg)](https://github.com/meiermade/FSharp.ViewEngine/actions/workflows/deploy.yml)
33
[![NuGet](https://img.shields.io/nuget/v/FSharp.ViewEngine)](https://www.nuget.org/packages/FSharp.ViewEngine)
44

5-
<p style="text-align:center;">
5+
<p align="center">
66
<img src="etc/logo.svg" alt="FSharp.ViewEngine" width="128">
77
</p>
88

0 commit comments

Comments
 (0)