Skip to content

Commit

Permalink
tics: run on pull requests, too
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Jul 15, 2024
1 parent 59cdac3 commit b0382b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

concurrency:
# Only group pull request runs, let `main` reference runs complete
group: ${{ github.workflow }}-${{ github.event.number && format('pr{0}', github.event.number) || github.run_id }}
cancel-in-progress: true

jobs:
Run:
Expand Down

0 comments on commit b0382b3

Please sign in to comment.