mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
actions: only run one build job (#4880)
* Update build.yml * Update build.yml * Update build.yml
This commit is contained in:
parent
e075b951a4
commit
ed4fb14582
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: build
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue
Block a user