Skip to content

Commit

Permalink
Update GHA to run on every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pieqq committed Apr 9, 2024
1 parent 30e1656 commit e3bd5ed
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Black formatting (79 chars lines)

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
on: [push, pull_request, workflow_dispatch]

jobs:
black:
Expand Down

0 comments on commit e3bd5ed

Please sign in to comment.