Skip to content

Commit

Permalink
Merge pull request #23 from ReactiveBayes/run-ci-on-pr
Browse files Browse the repository at this point in the history
Run CI on PR
  • Loading branch information
bvdmitri authored Oct 11, 2024
2 parents 8373419 + 1956c80 commit dcc23ff
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: CI
on:
workflow_dispatch:
pull_request:
types: [ready_for_review,reopened,synchronize]
pull_request_review:
types: [submitted,edited]
push:
branches:
- main
tags: ['*']
pull_request:
workflow_dispatch:
- 'main'
tags: '*'
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
Expand Down

0 comments on commit dcc23ff

Please sign in to comment.