Commit b4cf80ab54b6d9d31ef2135036e471388cf026df

Anthony Green 2021-07-16T08:55:02

Trigger actions on master branch

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ec19fe0..8d50473 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,9 +4,9 @@ name: CI
 on:
   # Triggers the workflow on push or pull request events but only for the master branch
   push:
-    branches: [ github-actions ]
+    branches: [ master ]
   pull_request:
-    branches: [ github-actions ]
+    branches: [ master ]
 
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch: