Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 18, 2021
1 parent d8fb723 commit 83131b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yaml
@@ -1,8 +1,8 @@
name: Continuous Delivery
"on":
'on':
push:
branches:
- "*.x"
- '*.x'
- main
- beta
- next
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
@@ -1,5 +1,5 @@
name: Continuous Integration
"on":
'on':
pull_request:
types:
- opened
Expand Down

0 comments on commit 83131b7

Please sign in to comment.