Skip to content

Commit

Permalink
Make sure CI gets executed when a PR is created
Browse files Browse the repository at this point in the history
  • Loading branch information
robbevp committed Jan 27, 2025
1 parent 5a79771 commit f8a7cc8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [push]
on:
push:
branches:
- main
tags:
- '*'
pull_request:

jobs:
test:
Expand Down

0 comments on commit f8a7cc8

Please sign in to comment.