Skip to content

Commit 173af6e

Browse files
authored
Merge pull request #211 from BrasilAPI/fix/run-workflow-at-master
Fix: Run workflow in push and PR
2 parents aef8c1e + 3887fe3 commit 173af6e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Continuous Integration
22

3-
on:
3+
on:
4+
push:
5+
branches:
6+
- master
47
pull_request:
8+
branches:
9+
- master
510

611
jobs:
712
build:

0 commit comments

Comments
 (0)