Skip to content

Commit

Permalink
Update README.md 📖
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Sep 26, 2024
1 parent 6271b55 commit d2e5000
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: "Test"

on:
workflow_dispatch:
release:
types: ["published"]
push:
branches:
- "**"
tags:
- "**"
branches: ["**"]
tags: ["**"]

jobs:
test:
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,18 @@ Note: You must provide either a `url` or `host`.

If providing a `host` the `url` is created from `host`/`owner`/`repo` using either provided values or source repository values.

Example workflow file: `.github/workflows/mirror.yaml`

```yaml
name: 'Mirror'

on:
workflow_dispatch:
release:
types: ['published']
push:
branches:
- '**'
tags:
- '**'
branches: ['**']
tags: ['**']

jobs:
mirror:
Expand Down

0 comments on commit d2e5000

Please sign in to comment.