Skip to content

Commit

Permalink
ci: adding new branch to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeversiane committed Aug 23, 2024
1 parent d8a2e4f commit 48f360e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: main

on:
push:
branches: [ main ]
branches: [ main,concurrency ]
pull_request:
branches: [ main ]
branches: [ main,concurrency ]

jobs:
build:
Expand Down

0 comments on commit 48f360e

Please sign in to comment.