Skip to content

Commit f9cee2f

Browse files
committed
fix workflow trigger
1 parent 617379f commit f9cee2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: CI
22

33
on:
4-
# Triggers the workflow on push or pull request events but only for the master and develop branches
54
push:
6-
branches: [ master, develop ]
75
pull_request:
8-
branches: [ master, develop ]
96

107
# Allows you to run this workflow manually from the Actions tab
118
workflow_dispatch:

0 commit comments

Comments
 (0)