Browse Source

[gh actions][xs]: specify on which branch to run the job.

master
anuveyatsu 4 years ago
parent
commit
a4e170895c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .github/workflows/actions.yml

+ 4
- 0
.github/workflows/actions.yml View File

@ -1,3 +1,7 @@
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest


Loading…
Cancel
Save