Skip to content

Commit

Permalink
Update downstream.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens authored Jul 25, 2022
1 parent 6787f72 commit 033ba7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Downstream
name: Downstream Pkg Tests
on:
push:
branches: [dev]
tags: [v*]

jobs:
test:
name: ${{ matrix.package.repo }}/${{ matrix.package.group }}
name: ${{ matrix.package.repo }}
runs-on: ${{ matrix.os }}
env:
GROUP: ${{ matrix.package.group }}
Expand Down

2 comments on commit 033ba7f

@pdimens
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/63875

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.0 -m "<description of version>" 033ba7f3113369291019d2ccc5f2f6d9f0b02b8c
git push origin v0.7.0

Please sign in to comment.