mirror of
https://github.com/bckelley/tconnectsync.git
synced 2026-08-24 03:34:12 -05:00
CI: run on dev branch (replaces develop)
The develop branch was replaced by dev, so point the push/pull_request triggers at dev instead of the now-removed develop branch.
This commit is contained in:
@@ -5,9 +5,9 @@ name: Python package
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master, dev ]
|
||||
pull_request:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master, dev ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user