Skip to content

Commit

Permalink
Actions: checks trigger also on feat branches
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Dec 27, 2023
1 parent 8c1438e commit a9b512c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:
push:
branches:
- main
- feat/*
pull_request:
branches: [ main ]
branches:
- main
- feat/*

permissions:
checks: write
Expand Down

0 comments on commit a9b512c

Please sign in to comment.