Skip to content

Commit

Permalink
Update sample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 authored Nov 24, 2024
1 parent bda8ff0 commit 25e6e69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
name: CI

# Controls when the workflow will run

on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
branches: [ "main" ,"develop_new"]
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit 25e6e69

Please sign in to comment.