Skip to content

Commit

Permalink
Merge branch 'main' into edit-list-item
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasalstrup authored Nov 24, 2023
2 parents 04c079c + 28ea849 commit 5b75a66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
workflow_dispatch:
pull_request:
branches:
- main
# pull_request:
# branches:
# - main

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Update

on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down

0 comments on commit 5b75a66

Please sign in to comment.