Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Dec 24, 2019
1 parent f63b751 commit 81bc6c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "Example 1: Basic usage"
on:
push:
branches:
- *
- '*'
pull_request:
branches:
- *
- '*'

jobs:
example-1:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "Example 3: Other options"
on:
push:
branches:
- *
- '*'
pull_request:
branches:
- *
- '*'

jobs:
example-3:
Expand Down

0 comments on commit 81bc6c3

Please sign in to comment.