Skip to content

Commit

Permalink
Add push event trigger to be able to run from branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ciobanu committed Feb 27, 2024
1 parent a75feac commit 5207ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

#on: [push, pull_request]
on: workflow_dispatch
on: [workflow_dispatch, push]

jobs:
test:
Expand Down

0 comments on commit 5207ee2

Please sign in to comment.