Skip to content

Commit

Permalink
run fair checks on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHohmann authored Oct 4, 2024
1 parent 3c1528c commit 9f4faf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/fair-software.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: fair-software

on: push
on:
push:
branches: [main, master]

jobs:
verify:
Expand All @@ -12,4 +14,4 @@ jobs:
env:
PYCHARM_HOSTED: "Trick colorama into displaying colored output"
with:
MY_REPO_URL: "https://github.com/${{ github.repository }}"
MY_REPO_URL: "https://github.com/${{ github.repository }}"

0 comments on commit 9f4faf2

Please # to comment.