Skip to content

Commit

Permalink
(actions) dont't run pull_request on develop (#425)
Browse files Browse the repository at this point in the history
Branches need to be up-to-date, so pull_request and push are the same
  • Loading branch information
MatthijsBurgh authored Apr 12, 2021
1 parent 2e125d0 commit f29a50f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
pull_request:
branches-ignore:
- develop

jobs:
ci:
Expand Down

0 comments on commit f29a50f

Please sign in to comment.