Skip to content

Commit

Permalink
test release on this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern committed Nov 4, 2023
1 parent da6c95d commit 998072b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
pull_request:
branches: [ master ]

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches: [master, main]
tags: ["*"]
pull_request:
branches: [ master ]
jobs:
publish:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 998072b

Please sign in to comment.