Skip to content

Commit

Permalink
馃懛 Run Ci only on push (remove pull_request)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Jul 15, 2021
1 parent 66b2d73 commit 6eb3b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push, pull_request]
on: push

jobs:
Test:
Expand Down

0 comments on commit 6eb3b45

Please sign in to comment.