Skip to content

Commit

Permalink
Run CI on PRs and pushes to master
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger authored Jul 4, 2024
1 parent 7f512f0 commit a8426da
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,9 @@
name: Continuous integration

on: push
on:
push:
branches: [master]
pull_request:

jobs:
test:
Expand All @@ -12,6 +15,7 @@ jobs:
- run: yarn test

create-release:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a8426da

Please sign in to comment.