github: run fmt and eval check on all pushes, including prs

This commit is contained in:
Aly Raffauf 2024-07-02 12:01:30 -04:00
parent e4c865564d
commit 7d2a60d0b2
2 changed files with 2 additions and 8 deletions

View file

@ -1,9 +1,6 @@
name: "flake: evaluation check"
on:
push:
branches:
- master
on: [push, pull_request]
jobs:
build:

View file

@ -1,9 +1,6 @@
name: "flake: format check"
on:
push:
branches:
- master
on: [push, pull_request]
jobs:
build: