Skip to content

Commit

Permalink
chore: adding test to release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
d-jeffery committed Oct 17, 2023
1 parent 2dc4523 commit 293427f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dryrun-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:

name: Dryrun Publish Extension
jobs:
test:
uses: ./.github/workflows/main.yaml
dryrun-publish:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_call:
workflow_dispatch:
merge_group:
pull_request:
Expand Down

0 comments on commit 293427f

Please sign in to comment.