Browse Source

fix for actions branch

Avik Datta 3 năm trước cách đây
mục cha
commit
58a77cc9f9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/python-app.yml

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

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