Skip to content

Commit

Permalink
Add workflow_dispatch and restructure branch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Jan 16, 2021
1 parent 79b3c8f commit 00fb5d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: CI

on:
workflow_dispatch:
pull_request:
branches:
- '**'
push:
branches:
- master
- restructure

jobs:
build_test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/saucelabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- restructure

jobs:
build_test:
Expand Down

0 comments on commit 00fb5d9

Please sign in to comment.