opendlang / opend

Boost Software License 1.0
89 stars 20 forks source link

Safer by default #65

Closed adamdruppe closed 7 months ago

adamdruppe commented 7 months ago

i wonder why the ci seems to be running the same thing twice. maybe i should remove the push job and only keep it on pull_request.

IgorDeepakM commented 7 months ago

i wonder why the ci seems to be running the same thing twice. maybe i should remove the push job and only keep it on pull_request.

That's because it triggers on both push and PR. Remove push. Pushing directly isn't the normal ways of working anyway.