Update beta_ci.yml
This commit is contained in:
13
.github/workflows/beta_ci.yml
vendored
13
.github/workflows/beta_ci.yml
vendored
@ -1,5 +1,18 @@
|
|||||||
name: Pilipala Beta
|
name: Pilipala Beta
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "never"
|
||||||
|
paths-ignore:
|
||||||
|
- "**.md"
|
||||||
|
- "**.txt"
|
||||||
|
- ".github/**"
|
||||||
|
- ".idea/**"
|
||||||
|
- "!.github/workflows/**"
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_version:
|
update_version:
|
||||||
name: Read and update version
|
name: Read and update version
|
||||||
|
Reference in New Issue
Block a user