Skip to content

Commit 3e0899c

Browse files
chore: first step to fix PR creation trigger (#2288)
1 parent d1c46dd commit 3e0899c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/fakepublish.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: FakePublish
2+
3+
on:
4+
push:
5+
tags: ["fake*"]
6+
7+
jobs:
8+
publish:
9+
name: Publish (sbt & Maven)
10+
runs-on: ubuntu-22.04
11+
steps:
12+
- name: Checkout
13+
run: echo "hello"

0 commit comments

Comments
 (0)