Skip to content

Commit

Permalink
Merge pull request #158 from multiversx/actions-trigger-on-feat-branches
Browse files Browse the repository at this point in the history
Actions: checks trigger also on feat branches
  • Loading branch information
dragos-rebegea authored Dec 27, 2023
2 parents dbf6668 + a9b512c commit 531c35b
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 531c35b

Please sign in to comment.