Skip to content

Commit

Permalink
ci: Skip carbonisation tests on master
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Jan 29, 2024
1 parent cd3f587 commit 4ac040a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/TASKLIST_CARBONISATION.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Check Tasklist Carbonization

on: [push]
on:
push:
branches:
- '*'
- '!master'

jobs:
Exec:
Expand Down

0 comments on commit 4ac040a

Please sign in to comment.