Skip to content

Commit

Permalink
Added Workflow File.
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed May 7, 2020
1 parent 1f2bbfb commit 55c0730
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: On Push

on:
push:
branches:
- master

jobs:
PHP_Docs_ApiGen:
runs-on: ubuntu-latest
steps:
- name: Fetching Repository
uses: actions/checkout@v1
- name: Generating PHP Documentation
uses: varunsridharan/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 55c0730

Please sign in to comment.