Skip to content

Commit

Permalink
Fix triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Feb 3, 2024
1 parent 28f1909 commit e0a4560
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.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize]
jobs:
lint:
name: Check formatting
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Format
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize]
jobs:
lint:
name: Check formatting
Expand Down

0 comments on commit e0a4560

Please sign in to comment.