Skip to content

Commit

Permalink
Updated workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jscarle committed Dec 29, 2024
1 parent ea70c3b commit 62ef35e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# .github/release.yml

changelog:
categories:
- title: Changes
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

on:
push:
branches: ["main"]
branches:
- develop
workflow_dispatch:

permissions:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Release

on:
push:
branches: [ "main" ]
branches:
- develop
pull_request:
branches: [ "main" ]
branches:
- develop

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish

on:
release:
types: [published]
types:
- published

jobs:
build:
Expand Down

0 comments on commit 62ef35e

Please sign in to comment.