Skip to content

Commit

Permalink
👷 check OAF version on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Coperh authored Oct 1, 2024
1 parent 4266064 commit 3c72530
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/oaf-check.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: Check Open API Framework Version

on:
push:
branches:
- master
tags:
- '**'
pull_request:
workflow_dispatch:
schedule:
- cron: '36 0 * * 0'
- cron: '00 7 * * 1'

jobs:
run:
Expand Down

0 comments on commit 3c72530

Please sign in to comment.