Browse Source

fix for actions branch

Avik Datta 3 years ago
parent
commit
58a77cc9f9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/python-app.yml

+ 2 - 2
.github/workflows/python-app.yml

@@ -5,9 +5,9 @@ name: Python application
 
 
 on:
 on:
   push:
   push:
-    branches: [ main ]
+    branches: [ master ]
   pull_request:
   pull_request:
-    branches: [ main ]
+    branches: [ master ]
 
 
 jobs:
 jobs:
   build:
   build: