Skip to content

Commit

Permalink
Run CI on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorKirk committed Oct 11, 2023
1 parent 979e613 commit 293217f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-ui.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build UI
on: [pull_request]
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Ruff
on: [ push, pull_request ]
on:
pull_request:
push:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 293217f

Please sign in to comment.