Skip to content

Commit

Permalink
testing workflow AM1CODES#2
Browse files Browse the repository at this point in the history
  • Loading branch information
neuberoliveira committed Oct 7, 2021
1 parent 2d318b3 commit dcce776
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ name: Update GH page

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
- push: [master]
- pull_request: [master]
on: push:
branches:
- master
- feature/githubpages
pull_request:
branches:
- master


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit dcce776

Please sign in to comment.