Skip to content

Commit

Permalink
ci: fix workflow target events
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev authored Dec 3, 2020
1 parent bae9871 commit 72d4eb3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: OpenAPI

on: [push,pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 72d4eb3

Please sign in to comment.