mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Update workflow calling condition
This commit is contained in:
parent
051b4f3d3d
commit
5056b248a9
2 changed files with 5 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: Build
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.0.2.2
|
||||
0.0.2.3-SNAPSHOT
|
Loading…
Reference in a new issue