Skip to content

Commit

Permalink
Add build to pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-andex committed Sep 23, 2023
1 parent 135a276 commit 36a7d8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

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

jobs:
build:
Expand Down

0 comments on commit 36a7d8a

Please sign in to comment.