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: GitHub Workflow trigger #58

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Fix: GitHub Workflow trigger #58

merged 1 commit into from
Aug 7, 2023

Conversation

kitsuyui
Copy link
Owner

@kitsuyui kitsuyui commented Aug 7, 2023

GitHub Workflow was triggered only when push event was fired.
Now it is also triggered when pull_request event is fired.
This enables external contributors to run tests when they send pull requests.
(push event is fired when push is done to forked repository, but push event is not fired when push is done to kitsuyui's repository)

GitHub Workflow was triggered only when push event was fired.
Now it is also triggered when pull_request event is fired.
This enables external contributors to run tests when they send pull requests.
(push event is fired when push is done to forked repository, but push event is not fired when push is done to kitsuyui's repository)
@codecov-commenter
Copy link

codecov-commenter commented Aug 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (269e341) 100.00% compared to head (4b48cda) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #58   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          308       308           
=========================================
  Hits           308       308           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kitsuyui kitsuyui merged commit 9c8ceeb into main Aug 7, 2023
12 checks passed
@kitsuyui kitsuyui deleted the fix-github-actions-event branch August 7, 2023 01:56
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.

2 participants