Skip to content

Commit

Permalink
refactor: gh action format
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 committed Mar 9, 2022
1 parent 35db352 commit 1c0a850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Continuous integration

on:
push:
branches: ["*"]
pull_request:
branches: ["*"]

name: Continuous integration
jobs:
# As its name stands for, this jobs will install the npm dependencies and cache them
# unless they have been cached in a previous workflow run and remained unchanged.
Expand Down

1 comment on commit 1c0a850

@vercel
Copy link

@vercel vercel bot commented on 1c0a850 Mar 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.