Skip to content

Commit

Permalink
Update check_requirements.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgojoof6eyes authored Dec 27, 2023
1 parent ee826cc commit 6573d9e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check_requirements.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Check requirements
name: "Check requirements"

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

jobs:
check_requirements:
Expand Down

0 comments on commit 6573d9e

Please sign in to comment.