Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
ci: only run on main (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: 0xMRTT [email protected]
  • Loading branch information
0xMRTT authored Aug 18, 2022
2 parents 77022c0 + 58ef302 commit 3e40dbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/autopep8.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Format python code
on: push
on:
push:
branch: [ "main" ]
jobs:
autopep8:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3e40dbe

Please sign in to comment.