Skip to content

Commit

Permalink
Merge pull request #37 from AlfredoHernandez/ci
Browse files Browse the repository at this point in the history
Update github workflows
  • Loading branch information
AlfredoHernandez authored Dec 2, 2020
2 parents 4dfa334 + 472f833 commit 8e7ed14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-iOS.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI-iOS

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
# events but only for the main branch
on:
pull_request:
branches: [ master, develop ]
branches: [ main, develop ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name: CI-macOS

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
# events but only for the main branch
on:
pull_request:
branches: [ master, develop ]
branches: [ main, develop ]

# 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 8e7ed14

Please sign in to comment.