Skip to content

Commit

Permalink
test PR types
Browse files Browse the repository at this point in the history
  • Loading branch information
smmr-dn committed Sep 10, 2024
1 parent 3066bf8 commit c83a0e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
assign-author:
name: Assign author
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
on:
pull_request:
types: [opened, reopened, ready_for_review]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c83a0e5

Please sign in to comment.