Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): run test action for pull requests #2445

Merged
merged 1 commit into from
May 29, 2024
Merged

Conversation

Koooooo-7
Copy link
Member

Summary

Fix the test.yml workflow, correct it to be trigger on pull request.

Related issue, if any:

What kind of change does this PR introduce?

Bugfix

For any code change,

  • Related documentation has been updated, if needed
  • Related tests have been added or updated, if needed

Does this PR introduce a breaking change?

Yes
No

No

Tested in the following browsers:

  • Chrome
  • Firefox
  • Safari
  • Edge

Copy link

vercel bot commented May 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docsify-preview ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2024 11:08am

@Koooooo-7 Koooooo-7 requested a review from a team May 29, 2024 11:08
@Koooooo-7 Koooooo-7 changed the title fix(ci): run test action for pull requsts fix(ci): run test action for pull requests May 29, 2024
@Koooooo-7 Koooooo-7 merged commit 15ed3b7 into develop May 29, 2024
9 checks passed
@Koooooo-7 Koooooo-7 deleted the fix-action-test branch May 29, 2024 11:19
Comment on lines +3 to 9
on:
push:
branches: [master, main, develop]
pull_request:
branches: [master, main, develop]
workflow_dispatch:

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ci for test will now run as well, so why add this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The push only for us who have access to the repo. It does not trigger by PRs for contribution.

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.

None yet

2 participants