Skip to content

Commit

Permalink
re-add on pull_request (#1375)
Browse files Browse the repository at this point in the history
* re-add on pull_request
  • Loading branch information
spring1843 committed Feb 17, 2022
1 parent b7686fa commit c98a509
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
@@ -1,5 +1,9 @@
name: CI
on: [push, workflow_dispatch]
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c98a509

Please sign in to comment.