Trigger actions on master branch
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: