Skip to content

Create python-app.yml - #1

Open
avi369 wants to merge 11 commits into
masterfrom
avi369-patch-1
Open

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

Conversation

@avi369

@avi369 avi369 commented Sep 15, 2020

Copy link
Copy Markdown
Owner

No description provided.

@dtip

dtip commented Sep 15, 2020

Copy link
Copy Markdown

@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

dtip commented Sep 15, 2020

Copy link
Copy Markdown

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