Skip to content

Commit

Permalink
Merge pull request #76 from Asana/update-github-action-trigger
Browse files Browse the repository at this point in the history
Add trigger to github action to merge on pushes to master branch, upd…
  • Loading branch information
jv-asana authored Apr 3, 2024
2 parents af972e3 + 489a12f commit bd84d77
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/rdme-openapi-pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Build and sync docs on merge
name: Build and sync docs on PR merge or pushes to master branch

on:
push:
branches:
- master
pull_request:
branches:
- master
types:
- closed

Expand All @@ -11,8 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v3

uses: actions/checkout@v4
- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
Expand Down

0 comments on commit bd84d77

Please sign in to comment.