Skip to content

Commit

Permalink
Merge pull request #132 from serokell/rvem/run-ci-on-default-branch
Browse files Browse the repository at this point in the history
[Chore] Run CI on 'main' and 'staging'
  • Loading branch information
rvem authored Sep 3, 2024
2 parents 17219a0 + 4abade0 commit 028d9f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

name: CI

on: [pull_request]
on:
pull_request:
push:
branches: [main, staging]

jobs:
validate:
Expand Down

0 comments on commit 028d9f1

Please sign in to comment.