Skip to content

Commit

Permalink
only run workflow for dev branch events
Browse files Browse the repository at this point in the history
  • Loading branch information
min9yu98 committed Jul 17, 2024
1 parent 86a85e2 commit 60e9d1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI
on: [ push, pull_request ]
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 60e9d1b

Please sign in to comment.