Skip to content

Commit

Permalink
chore: update workflow branches
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiFTy17 committed Jun 16, 2023
1 parent 9c70ca7 commit b1bb940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pull Request Validation
on:
pull_request:
branches:
- main
- next
types: [opened, synchronize, reopened, labeled, unlabeled]
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## We only run this workflow on pushes to the main branch. This workflow will
## We only run this workflow on pushes to the branch. This workflow will
## first determine if a release is to be published, and if so, build and publish.
## Otherwise, if not a release, we just perform CI build validation.

Expand All @@ -7,7 +7,7 @@ name: Build and Release
on:
push:
branches:
- main
- next
paths:
- '.github/workflows/**/*'
- '.eslintrc.json'
Expand Down

0 comments on commit b1bb940

Please sign in to comment.