ソースを参照

fix for actions branch

Avik Datta 3 年 前
コミット
58a77cc9f9
1 ファイル変更2 行追加2 行削除
  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: