Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
build: check out new branch to test CI/ CD
Browse files Browse the repository at this point in the history
  • Loading branch information
thoongnv committed Nov 21, 2023
1 parent bbece0a commit 5820508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI

on:
push:
branches:
- master
on: push

jobs:
format:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- '*'
branches:
- master

jobs:
release:
Expand Down

0 comments on commit 5820508

Please sign in to comment.