Skip to content

Commit

Permalink
Updating build action
Browse files Browse the repository at this point in the history
  • Loading branch information
AJLange committed Dec 4, 2024
1 parent 5d6419a commit 7e4cc14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
build:
uses: ./.github/workflows/ci.yml
if: contains('["Swimburger","dprothero"]', github.actor)
if: contains('["Swimburger","dprothero","AJLange"]', github.actor)
name: Build, test, and pack
permissions:
checks: write
Expand All @@ -29,7 +29,7 @@ jobs:
secrets: inherit

release:
if: contains('["Swimburger","dprothero"]', github.actor)
if: contains('["Swimburger","dprothero","AJLange"]', github.actor)
runs-on: ubuntu-latest
needs: [build]
steps:
Expand Down

0 comments on commit 7e4cc14

Please sign in to comment.