Skip to content

Commit

Permalink
Adding auto-register CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed Sep 30, 2024
1 parent 2d0ff37 commit 335fcda
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/reg_updated_pkg_ver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Register updated version with Julia Registry

# This workflow should only be used with push trigger on master branch with changes to Project.toml
# Pull requests are always followed with a merge push which will trigger this workflow eventually
on:
push:
branches: master
paths: Project.toml

jobs:
test:
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/reg_updated_pkg_ver.yml@master

0 comments on commit 335fcda

Please sign in to comment.