1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Enable GitHub Actions for 3.0 branch

This commit is contained in:
grossmj 2020-10-19 18:31:38 +10:30
parent f20e16074f
commit af30361f72

View File

@ -2,9 +2,13 @@ name: testing
on:
push:
branches: [ master ]
branches:
- master
- 3.0
pull_request:
branches: [ master ]
branches:
- master
- 3.0
jobs:
build: