Skip to content

Commit 4a0c432

Browse files
author
Rafid Bin Mostofa
committed
ci: add new on push action
1 parent f86bb88 commit 4a0c432

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci-push.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: CI push
2+
run-name: CI push for ${{ github.ref }}
3+
4+
on:
5+
push:
6+
7+
jobs:
8+
removed-slices:
9+
name: Removed slices
10+
uses: rebornplusplus/chisel-releases/.github/workflows/removed-slices.yaml@main

0 commit comments

Comments
 (0)