Skip to content

Commit

Permalink
Merge pull request #300 from serokell/rvem/run-ci-on-default-branch
Browse files Browse the repository at this point in the history
[Chore] Run CI on default branch
  • Loading branch information
rvem authored Sep 2, 2024
2 parents 43561ea + 827a9cc commit ec098b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@

name: CI

on: [pull_request]
on:
pull_request:
push:
branches: master

jobs:
validate:
Expand Down

0 comments on commit ec098b5

Please sign in to comment.