Skip to content

Commit

Permalink
Cleanup/pr target jrhee17 (#12)
Browse files Browse the repository at this point in the history
* use target event instead

* custom
  • Loading branch information
jrhee17 authored Jun 29, 2023
1 parent eb3e012 commit 76b37b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags-ignore:
# The release versions will be verified by 'publish-release.yml'
- armeria-*
pull_request:
pull_request_target:
merge_group:

concurrency:
Expand All @@ -22,7 +22,7 @@ env:

jobs:
build:
if: github.repository == 'line/armeria'
if: github.repository == 'jrhee17/armeria'
runs-on: ${{ matrix.on }}
timeout-minutes: 100
strategy:
Expand Down

0 comments on commit 76b37b6

Please sign in to comment.