Commit 9efd5da1 authored by Moody Salem's avatar Moody Salem

change branch in workflows

parent 8fd894f2
...@@ -3,10 +3,10 @@ name: Lint ...@@ -3,10 +3,10 @@ name: Lint
on: on:
push: push:
branches: branches:
- master - main
pull_request_target: pull_request_target:
branches: branches:
- master - main
jobs: jobs:
run-linters: run-linters:
......
...@@ -2,10 +2,10 @@ name: Tests ...@@ -2,10 +2,10 @@ name: Tests
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches: branches:
- master - main
jobs: jobs:
integration-tests: integration-tests:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment