Skip to content

Create python-app.yml#1

Open
avi369 wants to merge 11 commits intomasterfrom
avi369-patch-1
Open

Create python-app.yml#1
avi369 wants to merge 11 commits intomasterfrom
avi369-patch-1

Conversation

@avi369
Copy link
Owner

@avi369 avi369 commented Sep 15, 2020

No description provided.

@dtip
Copy link

dtip commented Sep 15, 2020

@avi369 the reason your CI isn't running on the last two commits is that you change the "pull_request" branch options. You want:

 pull_request:
    branches: [ master ]

as it was originally

@dtip
Copy link

dtip commented Sep 15, 2020

The reason is that the branch we define here is the branch which the PR is merging into not the branch which is merging from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants