Skip to content

Commit

Permalink
Merge pull request #8 from dinukaamarasinghe817/test-cases
Browse files Browse the repository at this point in the history
Update PR workflow
  • Loading branch information
dinukaamarasinghe817 authored Mar 5, 2024
2 parents 6892e34 + e203342 commit f1ee4ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true

on: pull_request
on:
pull_request:
types: [opened, reopened, synchronize]

jobs:
call_workflow:
Expand Down

0 comments on commit f1ee4ef

Please sign in to comment.