Skip to content

Commit

Permalink
modified workflow to run push master and in PR (#532)
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Lopez <[email protected]>
  • Loading branch information
coderGo93 and Edgar Lopez authored Aug 26, 2021
1 parent 28c94b0 commit 2df74fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/automated-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: 'Automated Tests'

on: push
on:
push:
branches:
- master
pull_request:

jobs:
tests:
Expand Down

0 comments on commit 2df74fb

Please sign in to comment.