Skip to content

Commit

Permalink
Run CI workflow with push and pull_request triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Peter authored and joshuahannan committed Nov 2, 2023
1 parent a8f7904 commit d4d4cc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI

on: [push]
on:
- push
- pull_request

jobs:
build:
Expand Down

1 comment on commit d4d4cc8

@Magken91
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

Please sign in to comment.