Skip to content

Commit

Permalink
[CI] Launch github actions only on master and on open PR
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac committed Aug 19, 2021
1 parent 0d5d3b8 commit b3d6575
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: build

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]

jobs:
test-github:
Expand Down

0 comments on commit b3d6575

Please sign in to comment.