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

Enable GitHub workflow on pull requests #53

Closed
moorereason opened this issue Apr 14, 2024 · 1 comment
Closed

Enable GitHub workflow on pull requests #53

moorereason opened this issue Apr 14, 2024 · 1 comment
Assignees

Comments

@moorereason
Copy link
Contributor

Can the GH workflow be enabled on pull_request instead of just push? I don't think it would trigger a release since the workflow checks for tags before doing that.

I was thinking of changing the workflow to use:

on:
  push:
  pull_request:
    paths-ignore:
      - '**.md'
@tierpod tierpod self-assigned this Apr 15, 2024
@tierpod
Copy link
Owner

tierpod commented Apr 15, 2024

I checked GH workflow documentation and it should be fine. Merged as #56. Thank you for the improvement suggestion!

@tierpod tierpod closed this as completed Apr 15, 2024
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

No branches or pull requests

2 participants