Skip to content

Commit

Permalink
run GHA on push (#1373)
Browse files Browse the repository at this point in the history
* run GHA on push
  • Loading branch information
spring1843 committed Feb 17, 2022
1 parent 4465fbb commit b7686fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [pull_request, workflow_dispatch]
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b7686fa

Please sign in to comment.