Skip to content

Commit

Permalink
rename python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ethernetdan committed Feb 14, 2024
1 parent 599c068 commit 24205bf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Pylint
name: Python

on: [push]
on:
pull_request:
push:
branches:
- main
- policy-sim

defaults:
run:
Expand Down

0 comments on commit 24205bf

Please sign in to comment.