Merge pull request #1905 from meshtastic/trying-again

Trying again
This commit is contained in:
Ben Meadors
2022-11-05 09:35:51 -05:00
committed by GitHub

View File

@@ -2,14 +2,14 @@ name: CI
on:
# # Triggers the workflow on push but only for the master branch
push:
branches: [master]
branches: [master, develop]
paths-ignore:
- "**.md"
- "version.properties"
# Note: This is different from "pull_request". Need to specify ref when doing checkouts.
pull_request_target:
branches: [master]
branches: [master, develop]
paths-ignore:
- "**.md"
#- "**.yml"