mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Fix errors
This commit is contained in:
parent
0eb144e647
commit
7e845a57c5
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -3,10 +3,8 @@
|
|||
name: CI
|
||||
|
||||
# Controls when the workflow will run
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events for all branches
|
||||
push
|
||||
pull_request
|
||||
on: push
|
||||
on: pull_request
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue