Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Jan 22, 2024
1 parent d23dbd0 commit 45a79d4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@ bindplane get configuration -o yaml --export > configuration.yaml
### Workflow

```yaml
name: goreleaser
name: CI

# When raw config write back is configured, it is important
# to run this workflow only when changes to the resources
# are detected. This can prevent a CI infinite loop.
on:
pull_request:
push:
branches:
- main
paths:
- 'test/resources/**'


permissions:
contents: write
Expand Down

0 comments on commit 45a79d4

Please sign in to comment.