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

Updated Actions to only occur on certain branches #107

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

Hunter275
Copy link
Member

@Hunter275 Hunter275 commented Aug 28, 2024

New processes:

Every PR:

  1. Run Biome
  2. Build

On PRs to master:

  1. Run Biome
  2. Build
  3. Check version bump

Every Push:

  1. Run Biome

Every Release:

  1. Run Biome
  2. Build
  3. Publish to NPM
  4. Publish to JSR

@Hunter275
Copy link
Member Author

Hunter275 commented Aug 28, 2024

Notes from @thebentern

Workflow_dispatch adds a button to "Run Workflow" and allows you to select a branch from Actions to run the workflow on.

Then use if: ${{ github.event_name == 'workflow_dispatch' }} to gate jobs

@Hunter275 Hunter275 linked an issue Aug 29, 2024 that may be closed by this pull request
6 tasks
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.

Update GitHub Actions
2 participants