Remove pull_request from on tag for ci-push
For debug reasons I added pull_request to the on tag in #3119 but forgot to remove it and it went in cd096e0e6b
This commit is contained in:
parent
0eb9a2a1c4
commit
c724cd130e
2
.github/workflows/ci-push.yml
vendored
2
.github/workflows/ci-push.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user