Skip to content

Commit

Permalink
chore(CD): tweak builds
Browse files Browse the repository at this point in the history
  • Loading branch information
goraxe committed Dec 13, 2023
1 parent ec17bae commit 10a8a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: yarn test
release:
needs: ['test', 'pre-commit']
runs-on: ubuntu-lates
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#
name: CI

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ["*"]
branches: ["*/*"]
pull_request:

# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
Expand Down

0 comments on commit 10a8a35

Please sign in to comment.