Ignore workflow runs on master branch

This master branch is just an alias to the main branch for legacy
reasons, so there's no need to run workflows on both branches.
This commit is contained in:
Wilmer Paulino 2023-04-17 10:25:30 -07:00
parent 15050895fd
commit f471a1b9da
No known key found for this signature in database
GPG Key ID: 634FE5FC544DCA31

View File

@ -1,6 +1,12 @@
name: Continuous Integration Checks
on: [push, pull_request]
on:
push:
branches-ignore:
- master
pull_request:
branches-ignore:
- master
jobs:
build: