Skip to content

Commit

Permalink
Test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjanye committed Jul 4, 2024
1 parent b63e998 commit ed2477c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish SearchExtensions package to NuGet
on:
push:
branches:
- main
- gha-nuget-test
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

Expand All @@ -13,6 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Log version
run: echo "Building version ${{ github.ref }}"

- name: Go to project directory
run: cd NinjaNye.SearchExtensions
Expand Down

0 comments on commit ed2477c

Please sign in to comment.