Skip to content

Commit

Permalink
Fixed the yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barbacbd committed Jul 15, 2022
1 parent 90312d6 commit c08305f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: Build-Linux

on:
# push:
# branches: [ master ]
push:
branches: [ master ]
pull_request:
types:
- opened
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-app-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: Build-OSX

on:
# push:
# branches: [ master ]
push:
branches: [ master ]
pull_request:
types:
- opened
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-app-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: Build-Windows

on:
# push:
# branches: [ master ]
push:
branches: [ master ]
pull_request:
types:
- opened
Expand Down

0 comments on commit c08305f

Please sign in to comment.