Skip to content

Commit

Permalink
Stop running the CI workflow twice per commit on a PR (#2852)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Sep 17, 2023
1 parent 668a2e7 commit 17d896c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: CI

on:
pull_request: {}
push:
branches:
- "**"
- master
# Do not activate CI on tags for now. For releases, run the build the initial release build
# tags:
# - "**"

pull_request:
branches:
- master

jobs:
secrets:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 17d896c

Please sign in to comment.