Skip to content

Commit

Permalink
feat: add support to check for booking action run in CI within pull r…
Browse files Browse the repository at this point in the history
…equests
  • Loading branch information
SudharakaP committed Dec 11, 2023
1 parent dbfce9f commit ca30d55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/booking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ env:

# Controls when the workflow will run
on:
pull_request:
types:
- opened
- synchronize
- reopened

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit ca30d55

Please sign in to comment.