Skip to content

Commit

Permalink
Extend CI triggers to include pull requests (#19)
Browse files Browse the repository at this point in the history
* Extend CI triggers to include pull requests
  • Loading branch information
sago35 committed Oct 31, 2023
1 parent 2c7935f commit fe9ccb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

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

jobs:
smoketest:
Expand Down

0 comments on commit fe9ccb4

Please sign in to comment.