Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hikjik committed Oct 1, 2023
1 parent e872c85 commit 2d8f289
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Tests

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

jobs:
cpp-lint:
Expand Down

0 comments on commit 2d8f289

Please sign in to comment.