Skip to content

Commit

Permalink
Revert action for main repo use
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Jul 5, 2020
1 parent ebb9b32 commit ad88db8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/apidocs-action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: API Documentation

on: [push]
# push:
# branches:
# - 'develop'
on:
push:
branches:
- 'develop'

jobs:

build:
name: Generate API Docs
# if: (github.repository == 'codeigniter4/CodeIgniter4')
if: (github.repository == 'codeigniter4/CodeIgniter4')
runs-on: ubuntu-latest

steps:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Checkout api
uses: actions/checkout@v2
with:
repository: paulbalandan/api
repository: codeigniter4/api
token: ${{ secrets.ACCESS_TOKEN }}
path: api

Expand Down

0 comments on commit ad88db8

Please sign in to comment.