BjoernPetersen / MusicBot-API

OpenAPI specification of the MusicBot REST-API
MIT License
1 stars 0 forks source link

Actions are run multiple times #30

Closed FelixGail closed 4 years ago

FelixGail commented 4 years ago

Pull Requests from branches are run multiple times.

Possible fix:

on: 
  push:
    branches: master
  pull_request:

This would however exclude branches without pull request

BjoernPetersen commented 4 years ago

Doesn't really matter. Also your fix wouldn't work for PRs coming from the master branch of a fork.