Skip to content

Commit

Permalink
CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Apr 27, 2023
1 parent 7dfd6cb commit 212577a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
on: [push, pull_request]
on:
push:
branches:
- main
tags:
- '**'
pull_request:

# cancel older runs of a pull request;
# this will not cancel anything for normal git pushes
concurrency:
group: cancel-old-pr-runs-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit 212577a

Please sign in to comment.