Compare commits

...

1 Commits

Author SHA1 Message Date
kr328
981c27c9f1 Chore: allow run workflow only main branch 2021-09-11 18:33:51 +08:00

View File

@@ -1,6 +1,8 @@
name: Build Unsigned name: Build Unsigned
on: on:
push: push:
branches:
- main
paths-ignore: paths-ignore:
- '.github/**' - '.github/**'
- '.idea/**' - '.idea/**'