Skip to content

Commit

Permalink
trigger build to pushes on master branch only
Browse files Browse the repository at this point in the history
so dependabot will not trigger builds unnecessarily
-
Ticket: SUITEDEV-30093
  • Loading branch information
hawser86 committed Feb 11, 2022
1 parent f0f1bec commit 0371298
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: build
on: [push]
on:
push:
branches:
- master
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
CSC_LINK: ${{ secrets.CSC_LINK }}
Expand Down

0 comments on commit 0371298

Please sign in to comment.