Skip to content

Commit

Permalink
Merge pull request #16 from ashishjoshi2605/sankettangade-patch-1
Browse files Browse the repository at this point in the history
Update check-commits.yml
  • Loading branch information
Prachit99 authored Oct 8, 2022
2 parents 6e8dfbf + cbf00b2 commit e7d5edf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-commits.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python application
name: Build main

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

permissions:
contents: read
Expand Down

0 comments on commit e7d5edf

Please sign in to comment.