Skip to content

Commit

Permalink
Run CI on pull requests
Browse files Browse the repository at this point in the history
This commit updates the CI workflow to run on pull requests targeting the main branch in addition to pushes to the main branch.
  • Loading branch information
siarhei-luskanau committed Nov 20, 2024
1 parent a2ba74e commit bc2f049
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [ push ]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:

Expand Down

0 comments on commit bc2f049

Please sign in to comment.