Skip to content

Commit

Permalink
👷 Update gh workflow to also run on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJeremyLiu committed Aug 8, 2023
1 parent 841cb80 commit 3644d52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build / Test On PR

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

jobs:
check:
Expand Down

0 comments on commit 3644d52

Please sign in to comment.