Skip to content

Commit f613fbc

Browse files
authored
Merge pull request #1 from classapp/INFR-525/gha-pr-workflow
[skip ci] [INFR-525] Adiciona workflow do github actions especifico para pull requests
2 parents 1f41303 + f3034b3 commit f613fbc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Continuous Integration
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize]
6+
7+
jobs:
8+
pr-actions:
9+
uses: classapp/cicada/.github/workflows/pr-patterns.yml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)