Skip to content

Commit

Permalink
ci: add push branch
Browse files Browse the repository at this point in the history
  • Loading branch information
slikts committed Jan 17, 2023
1 parent e735394 commit dc8fb9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI/CD

on:
push:
branches: [main]
pull_request:
branches: [main, next]

Expand Down

0 comments on commit dc8fb9a

Please sign in to comment.