adobe-apiplatform / openwhisk-github-deployer

Deploy to OpenWhisk from GitHub
4 stars 3 forks source link

Deployer triggered for all branches, but pulls only from master #8

Open trieloff opened 6 years ago

trieloff commented 6 years ago

If you have a setup with multiple branches, the GH deployer will get triggered by commits to any branch, but will always try to deploy from master. This means if the corresponding files are checked in only on master, the deployment will fail for all other branches.

Ideally, the deployer should either skip these branches entirely or create a new function, just for the branch.