Skip to content

Commit

Permalink
Merge pull request #2933 from preactjs/update-actions
Browse files Browse the repository at this point in the history
Add workflow_dispatch and restructure branch trigger
  • Loading branch information
marvinhagemeister committed Jan 16, 2021
2 parents 79b3c8f + 00fb5d9 commit 4a54b86
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
@@ -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
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- restructure

jobs:
build_test:
Expand Down

0 comments on commit 4a54b86

Please sign in to comment.