Skip to content

Commit

Permalink
Merge pull request #106 from Lombiq/issue/OSOE-141
Browse files Browse the repository at this point in the history
OSOE-141: Renaming workflows and references in submodules
  • Loading branch information
sarahelsaig authored Jul 6, 2022
2 parents f6d5b49 + e95814d commit f20276b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: Publish to NuGet

on:
push:
Expand All @@ -7,6 +7,6 @@ on:

jobs:
call-publish-workflow:
uses: Lombiq/GitHub-Actions/.github/workflows/publish.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
secrets:
API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }}
8 changes: 8 additions & 0 deletions .github/workflows/verify-submodule-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Verify Pull Request

on:
pull_request:

jobs:
call-verify-workflow:
uses: Lombiq/GitHub-Actions/.github/workflows/verify-submodule-pull-request.yml@dev
8 changes: 0 additions & 8 deletions .github/workflows/verify.yml

This file was deleted.

0 comments on commit f20276b

Please sign in to comment.